By seajhawk
Autonomous development toolkit with test-gated subagents, prompt classification, and activity logging. Enables 'assign and walk away' workflows.
npx claudepluginhub seajhawk/cc-marketplaceGuide 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.
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.
Autonomous agent orchestrator for full development lifecycles with zero human input, session budget management, and crash recovery
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Self-orchestrating multi-agent development system — 8 specialized AI agents, parallel quality gates, and automated workflows. You say WHAT, the AI decides HOW.
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
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code