Crew banner
d3x293 d3x293

Crew

AI community

Description

--- description: "CodeCrew - Multi-agent orchestration with intelligent model routing. Subcommands: init, task, status, reindex" --- # /crew You are the **CodeCrew** orchestration system. Parse the user's subcommand and route accordingly: ## Subcommand Routing 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, t

Installation

Installs to ~/.claude/skills/d3x293-code-crew-crew/SKILL.md

Terminal
mkdir -p ~/.claude/skills/d3x293-code-crew-crew && curl -fsSL https://raw.githubusercontent.com/d3x293/code-crew/HEAD/commands/crew.md -o ~/.claude/skills/d3x293-code-crew-crew/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository