A curated collection of Claude Code plugins for structured development workflows
npx claudepluginhub andrewex/claude-marketplaceA structured feature development pipeline with brainstorming, planning, database design, API design, UI wireframing, edge case analysis, test planning, task breakdown, and execution agents
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code plugins for structured development workflows.
| Plugin | Description |
|---|---|
| scope-pipeline | A structured feature development pipeline — brainstorm, plan, design, test, and execute |
/plugin marketplace add andrewex/claude-marketplace
/plugin install scope-pipeline@andrewex
/plugin update scope-pipeline@andrewex
To test plugins locally without installing:
claude --plugin-dir ./plugins/scope-pipeline
Each plugin lives in its own directory under plugins/ and follows the Claude Code plugin format:
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands (.md files)
├── agents/ # Agent definitions (.md files)
├── README.md
├── LICENSE
└── CHANGELOG.md
After creating a plugin, add it to .claude-plugin/marketplace.json in the repo root.
MIT