By jaebit
Agent-orchestrated development pipeline — 9-stage automation with 8 adaptive agents, parallel execution, research, and review
Extract functional, non-functional, and implicit requirements from user requests for auto workflow expansion phase
Design scalable system architecture and user experiences with component diagrams, data models, wireframes, and technical decisions
Environment initialization agent that sets up the .caw/ workspace, detects project context, and prepares the workflow environment. Must run before Planner on new projects.
Implementation agent that executes task plan steps using TDD approach with automatic test execution
Validates adherence to project rules, conventions, and workflow requirements
Classifies staged git changes as structural (tidy) or behavioral (build) per Kent Beck's Tidy First principles, and detects when both are mixed in a single commit. Invoke before committing to check: should I split this commit? Are my renames/refactors mixed with new features? Is this a valid [tidy] or [feat] commit? Also handles commit prefix selection, hotfix exceptions, and staged diff readiness review.
Display workflow progress, metrics, and cost analytics
Pre-planning discovery - brainstorm, design, or research
Run the full CW workflow automatically - plan, build, review, and reflect in one command
Hybrid learning system that captures insights and automatically learns behavioral patterns from tool usage
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Claude Code plugin marketplace — automate, orchestrate, and extend AI-powered development workflows.
| Plugin | Version | Description |
|---|---|---|
| crew | 4.1.1 | Agent-orchestrated development — 9-stage pipeline, 8 adaptive agents, parallel execution, research, review |
| autopilot | 0.4.0 | End-to-end autonomous pipeline — wraps crew + debate + arch-guard into a single /autopilot command (research → design → build → review → report) |
| multi-model-debate | 1.0.0 | Multi-agent debates using Claude, Codex, and Gemini for decision-making |
| arch-guard | 0.2.2 | Architecture compliance — layer boundary checks, contract-first development, ADRs |
| gemini-cli | 1.0.0 | Gemini CLI integration — code review, commit messages, documentation |
| worktree | 0.1.0 | Git worktree lifecycle management — create, merge, cleanup |
# Add marketplace
claude plugins add github:jaebit/claudemate
# Install plugins
claude plugins install crew
claude plugins install autopilot
claude plugins install arch-guard
Single command from idea to working code:
/autopilot "build a notification system"
Chains crew, multi-model-debate, and arch-guard into a 5-phase autonomous pipeline with one user confirmation gate after design.
Agent-orchestrated development:
/crew:go "Add JWT authentication" # Full 9-stage pipeline
/crew:explore --arch "microservice" # Architecture design
/crew:review --all # Unified code review
Cross-model evaluation for design decisions:
/multi-model-debate:debate-orchestration "REST vs GraphQL"
Architecture compliance for layered projects:
/arch-guard:arch-check # Verify layer boundaries
/arch-guard:contract-first # Define interfaces first
/arch-guard:scaffold # Generate module structure
plugins/.claude-plugin/plugin.json (only name, version, description)skills/*/SKILL.md), hooks (hooks/hooks.json), agents, or commands.claude-plugin/marketplace.jsonMIT License
npx claudepluginhub jaebit/claudemate --plugin crewGit worktree lifecycle management — create, merge, cleanup
Architecture compliance enforcement for layered projects — config-driven layer boundary checks, contract-first development, and design decision records
Google Gemini CLI integration for code review, commit messages, and documentation
Orchestrate structured multi-agent debates using Claude, Codex, and Gemini for software engineering decision-making
End-to-end autonomous coding pipeline — orchestrates cw, multi-model-debate, codex CLI, and arch-guard into a single /autopilot command
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.