By seajhawk
Autonomous development toolkit with test-gated subagents, prompt classification, and activity logging. Enables 'assign and walk away' workflows.
Guide for using Claude Code subagents effectively. Use when deciding whether to delegate a task to a subagent or handle it directly.
Deep-dive technical discovery and requirement gathering before coding. Use when a task is broad, ambiguous, or requires architectural decisions.
Deep-dive technical discovery and requirement gathering before coding. Use when a task is broad, ambiguous, or requires architectural decisions.
Guide for using Claude Code subagents effectively. Use when deciding whether to delegate a task to a subagent or handle it directly.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A community-driven collection of plugins for Claude Code.
Add this marketplace to Claude Code:
/plugin marketplace add CHarrisTech/cc-marketplace
Then install plugins:
/plugin install plugin-name@cc-marketplace
cc-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── plugins/ # Plugin source files
└── README.md
Plugins can include:
| Type | Description |
|---|---|
| Commands | Slash commands that extend Claude's capabilities |
| Agents | Custom agent configurations |
| Hooks | Event-driven scripts that run on Claude Code actions |
| MCP Servers | Model Context Protocol servers for external integrations |
plugins/.claude-plugin/marketplace.jsonAdd to the plugins array in .claude-plugin/marketplace.json:
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "A brief description of what this plugin does",
"version": "1.0.0",
"author": {
"name": "Your Name"
},
"license": "MIT",
"keywords": ["utility", "productivity"],
"commands": ["./commands/"],
"agents": ["./agents/my-agent.md"],
"hooks": {},
"mcpServers": {}
}
plugins/my-plugin/
├── commands/ # Command markdown files
│ └── my-command.md
├── agents/ # Agent configurations
│ └── my-agent.md
├── hooks/ # Hook scripts
└── servers/ # MCP server binaries/scripts
Test your plugin locally:
/plugin marketplace add ./path/to/cc-marketplace
/plugin install my-plugin@cc-marketplace
Each plugin is licensed under its own terms as specified in its entry.
npx claudepluginhub seajhawk/cc-marketplaceAuto-dev platform for agent-majority software teams. Five skills (auto-dev, auto-env, auto-req, auto-test, auto-triage), four roles (dev-agent, req-agent, user-agent, triage-agent), and cross-skill contracts. Humans supply requirements and intervene at key decision points; agents handle everything else.
Autonomous agent orchestrator for full development lifecycles with zero human input, session budget management, and crash recovery
Self-orchestrating multi-agent development system powered by Claude Fable 5 — 15 agents (8 core + 1 security gate + 6 department), Smart Routing default, token-efficient subagents, risk-based quality gates. You say WHAT, the AI decides HOW.
Auto-loop execution workflow with quality gates for Claude Code. Automatically decomposes tasks, implements code, runs tests, and iterates through quality gates until completion.
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration