crew-agent
Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.
Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting.
> /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-rollbackContext preview
What this command does when you run it.
Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting.
description: "Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting."
Invoke the **codecrew:task-rollback** skill.
The rollback skill will: 1. Read the last task from crew-history.json 2. Show the user what files will be reverted 3. Ask for confirmation before proceeding 4. Use git to revert changes 5. Update the codebase index for reverted files
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