/crew-task
Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus).
$ npx -y skills add d3x293/code-crew --agent claude-codeShips with codecrew. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/crew-task
Context preview
What this command does when you run it.
Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus).
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
Other commands on codecrew.
- /crew-agent
Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.
Open command - /crew-config
Configure CodeCrew settings - model tiers, default mode, token budgets, and more. Subcommands: show, set, reset.
Open command - /crew-history
View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags.
Open command - /crew-init
Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team
Open command - /crew-lite
Delegate a task to the CodeCrew agent team in lite mode (no Opus). Uses only Sonnet + Haiku agents.
Open command - /crew-reindex
Rebuild the 3-layer codebase index from scratch - use after major refactors or when index seems stale
Open command

