Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,29 @@
"documentation"
]
},
{
"name": "great-cto",
"source": {
"source": "github",
"repo": "avelikiy/great_cto"
},
"description": "Ships a spec-first pipeline whose report is trustworthy in the negative direction: a skipped stage, a review that never ran and an unmeasured cost each render as themselves and are never counted as a pass. Three approvals stay yours; spending caps refuse rather than warn.",
"version": "3.27.4",
"author": {
"name": "Alexander Velikiy",
"url": "https://github.com/avelikiy"
},
"category": "Workflow Orchestration",
"homepage": "https://greatcto.systems",
"keywords": [
"orchestration",
"pipeline",
"subagents",
"code-review",
"gates",
"cto"
]
},
{
"name": "lyra",
"source": "./plugins/lyra",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [claude-recap](https://github.com/hatawong/claude-recap) — Per-topic session memory using Shell hooks — archives each conversation topic as a separate Markdown summary. Two hooks, bash + Node.js, 100% local.
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [equilateral-agents](https://github.com/Equilateral-AI/equilateral-agents-open-core) - 22 self-learning agents with memory, security review, code quality, deployment validation, and infrastructure checks
- [great-cto](https://github.com/avelikiy/great_cto) - Ships a spec-first pipeline whose report is trustworthy in the negative direction: a skipped stage, a review that never ran and an unmeasured cost each render as themselves and are never counted as a pass. Three approvals stay yours; spending caps refuse rather than warn.
- [lyra](./plugins/lyra)
- [magebyte-power](https://github.com/MageByte-Zero/magebyte-power) — Production-incident-distilled Claude Code skill: 7-phase workflow with 4-round AI cross-verification that catches concurrency & idempotency bugs before prod
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
Expand Down