Crew Agent banner
d3x293 d3x293

Crew Agent

Development community

Description

--- description: "Create, list, or remove custom project-specific agents. Subcommands: create, list, remove." --- Invoke the **codecrew:agent-manager** skill with the user's subcommand. Parse the subcommand: - `/crew agent create "name" --model sonnet --description "desc"` → Create a new custom agent - `/crew agent list` → List all agents (built-in + custom) - `/crew agent remove "name"` → Remove a custom agent Pass the full subcommand and arguments to the skill.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository