Crew Task banner
d3x293 d3x293

Crew Task

AI community

Description

--- description: "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)." --- Parse the user's message after `/crew task` for flags and task description. ## Mode Detection - If the message contains `--lite` → **Lite Mode**: Invoke the **codecrew:lite-router** skill (bypasses Opus CEO, uses only Sonnet + Haiku agents) - Otherwise → **Full Mode**: Invoke the **codecrew:task-router** skill (u

Installation

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

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

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

Full documentation available on GitHub

View Source Repository