Stats
Actions
Tags
From delegate-coder
Sets the worker agent and underlying model for the delegate-coder skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/delegate-coder:delegate-modelThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Set Delegate Coder Model The user will provide an agent name (e.g. mimo, aider) and optionally a model name (e.g. claude-3-5-sonnet). Set `"agent": "<agent>"` and `"model": "<model>"` in `.claude/delegate-coder.json` using the `jq` command line tool or `python3`. If the file doesn't exist, create it. Inform the user that the agent and model have been updated.
The user will provide an agent name (e.g. mimo, aider) and optionally a model name (e.g. claude-3-5-sonnet).
Set "agent": "<agent>" and "model": "<model>" in .claude/delegate-coder.json using the jq command line tool or python3. If the file doesn't exist, create it. Inform the user that the agent and model have been updated.
npx claudepluginhub pctan88/delegate-coder --plugin delegate-coder