Auto-discovered marketplace from rootly-be/ccp
npx claudepluginhub rootly-be/ccpAPEX — Structured development workflow: Analyze, Plan, Execute, Validate, Security, Review, Tests, Docs, CI/CD.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A collection of plugins for Claude Code.
# Add the marketplace (once)
/plugin marketplace add rootly-be/ccp
# Install a plugin
/plugin install <plugin-name>@ccp
| Plugin | Description | Commands |
|---|---|---|
| apex | Structured development workflow: Analyze → Plan → Execute → Validate → Security → Review → Tests → Docs → CI/CD. Subagent-driven, autonomous pipeline. | /apex:apex, /apex:apex-init |
.claude-plugin/
└── marketplace.json # Plugin catalogue
plugins/
├── apex/ # APEX — Full dev workflow
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── README.md # Detailed documentation
│ ├── commands/
│ ├── agents/
│ ├── skills/
│ └── hooks/
└── ... # Future plugins
MIT