Crew Lite banner
d3x293 d3x293

Crew Lite

Productivity community

Description

--- description: "Delegate a task to the CodeCrew agent team in lite mode (no Opus). Uses only Sonnet + Haiku agents." --- Parse the user's message after `/crew lite` as the task description. This command always runs in **Lite Mode** — no `--lite` flag needed. Invoke the **codecrew:lite-router** skill with the task description. ## What the lite-router will do: 1. Read the project profile and team config 2. Classify the task (type + complexity) 3. Select agents using only Sonnet + Haiku tiers

Installation

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

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

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

Full documentation available on GitHub

View Source Repository