crew-agent
Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.
CodeCrew - Multi-agent orchestration with intelligent model routing. Subcommands: init, task, status, reindex
> /plugin marketplace add d3x293/code-crew > /plugin install codecrew@codecrew
How it fires
How this command gets triggered: by you, by Claude, or both.
/crewContext preview
What this command does when you run it.
CodeCrew - Multi-agent orchestration with intelligent model routing. Subcommands: init, task, status, reindex
description: "CodeCrew - Multi-agent orchestration with intelligent model routing. Subcommands: init, task, status, reindex"
You are the **CodeCrew** orchestration system. Parse the user's subcommand and route accordingly:
1. If the user typed `/crew init` → Use the **codecrew:crew-init** skill to analyze the project and set up the agent team 2. If the user typed `/crew task "..."` → Route through **crew-task** command (handles `--lite` flag detection, then invokes task-router or lite-router) 3. If the user typed `/crew lite "..."` → Route through **crew-lite** command (directly invokes lite-router — lite mode, no Opus) 4. If the user typed `/crew status` → Use the **codecrew:team-status** skill to show current state 5. If the user typed `/crew reindex` → Use the **codecrew:codebase-index** skill to rebuild the 3-layer index 6. If the user typed `/crew config ...` → Use the **codecrew:crew-config** skill to view/update configuration 7. If the user typed `/crew history ...` → Use the **codecrew:task-history** skill to view past tasks 8. If the user typed `/crew rollback` → Use the **codecrew:task-rollback** skill to undo the last task 9. If the user typed `/crew agent ...` → Use the **codecrew:agent-manager** skill to create/list/remove custom agents 10. If no subcommand or unrecognized → Show this help:
CodeCrew — Your Virtual Dev Crew /crew init Setup project index + agent team /crew task "desc" Delegate task (full mode with Opus CEO) /crew lite "desc" Delegate task (no Opus, saves 40-60%) /crew status Team, index health, performance /crew reindex Rebuild codebase index /crew config show|set|reset Configuration /crew history Past tasks (--type, --agent, --limit) /crew rollback Undo last task via git /crew agent create|list|remove Custom agents Start: /crew init | Save costs: /crew lite "desc"
Always invoke the appropriate skill using the Skill tool. Do not attempt to handle the subcommand logic yourself.
A virtual dev crew for Claude Code — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model.
Repo: d3x293/code-crew
Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.
Configure CodeCrew settings - model tiers, default mode, token budgets, and more. Subcommands: show, set, reset.
View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags.
Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team
Delegate a task to the CodeCrew agent team in lite mode (no Opus). Uses only Sonnet + Haiku agents.
Rebuild the 3-layer codebase index from scratch - use after major refactors or when index seems stale