Remove completed or stale git worktrees. Without --all, only removes worktrees whose branches are already merged. With --all, removes all worktrees but always requires user confirmation for unmerged ones.
Create an isolated git worktree for feature work or build step isolation. Use when starting feature work, before risky build steps, or when parallel isolation is needed. Agent-first: no interactive prompts for directory selection.
Squash-merge the current worktree branch into the main branch. Analyzes git history and source code to craft a comprehensive commit message. Must be run from inside a worktree.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jaebit/claudemate --plugin worktreeAgent-orchestrated development pipeline — 9-stage automation with 8 adaptive agents, parallel execution, research, and review
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
Git worktree management for parallel development workflows
Git worktree management expert for @desplega.ai/wts
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions