By jaebit
End-to-end autonomous coding pipeline — orchestrates cw, multi-model-debate, codex CLI, and arch-guard into a single /autopilot command
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
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 claimnpx claudepluginhub jaebit/claudemate --plugin autopilotBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent-orchestrated development pipeline — 9-stage automation with 8 adaptive agents, parallel execution, research, and review
Git 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
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
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.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Use Claude Code As Is - native plugin leveraging built-in architecture
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review