Model Config banner
alinaqi alinaqi

Model Config

AI community

Description

# /model-config — Choose the model you follow View or change the **primary model** that handles your coding work across srooter (the gateway), the route-task hooks, and Maggy. One setting, read everywhere. Stored in `~/.claude/model-config.json`. --- ## Usage `/model-config` — show current primary + what's available `/model-config <model>` — set the primary (e.g. `minimax`, `claude`, `deepseek`) --- ## Steps The brain is `scripts/model_routing.py` in claude-bootstrap. Resolve it via `~/.c

Installation

Installs to ~/.claude/skills/alinaqi-maggy-model-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-model-config && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/model-config.md -o ~/.claude/skills/alinaqi-maggy-model-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