crew-agent
Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.
Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team
> /plugin marketplace add d3x293/code-crew > /plugin install codecrew@codecrew
How it fires
How this command gets triggered: by you, by Claude, or both.
/crew-initContext preview
What this command does when you run it.
Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team
description: "Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team"
Invoke the **codecrew:crew-init** skill to perform full project initialization:
1. Scan the project structure, detect languages, frameworks, patterns 2. Build the 3-layer codebase index (compact index + symbol map) 3. Generate project profile (.claude/crew-profile.md) 4. Auto-configure the agent team based on detected stack 5. Build the skill catalog with relevant skills pre-selected
Pass any arguments the user provided (e.g., specific directories to focus on).
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.
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
Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting.