Crew Config banner
d3x293 d3x293

Crew Config

AI community

Description

--- description: "Configure CodeCrew settings - model tiers, default mode, token budgets, and more. Subcommands: show, set, reset." --- Invoke the **codecrew:crew-config** skill with the user's config subcommand. Parse the subcommand: - `/crew config show` → Display current configuration - `/crew config set <key> <value>` → Update a setting - `/crew config reset` → Restore all defaults Pass the full subcommand and arguments to the skill.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository