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": "Runs Claude Code as a pipeline of 71 specialist agents — architecture, product, implementation, QA, security, deploy — where an independent model checks each stage before the next begins, and human gates sit on whatever is expensive to undo.",
"version": "3.22.0",
"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) - Runs Claude Code as a pipeline of 71 specialist agents — architecture, product, implementation, QA, security, deploy — where an independent model checks each stage before the next begins, and human gates sit on whatever is expensive to undo.
- [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