From model-routing
Enforces cost-effective model selection when spawning Task subagents. Always active.
How this skill is triggered — by the user, by Claude, or both
Slash command
/model-routing:cost-optimizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When spawning Task subagents, set the `model` parameter based on task complexity. Sonnet is the default:
When spawning Task subagents, set the model parameter based on task complexity. Sonnet is the default:
Use for:
Limitation: haiku does not support
tool_referenceblocks (Sonnet 4+ / Opus 4+ only). Tool search — the API feature that lets Claude dynamically discover tools from large catalogs, reducing context by 85%+ — is automatically disabled for haiku subagents. If an agent needs to work with a large or deferred tool catalog, use sonnet instead.
Use for:
Use only when:
When the user asks to interact with Notion or Linear, use the dedicated agents:
subagent_type: "notion-handler" (runs on haiku, has all Notion MCP tools)subagent_type: "linear-handler" (runs on haiku, has all Linear MCP tools)model: haiku configured, no need to overrideWhen a task involves multiple validation commands (JSON checks, syntax checks, version checks, hook extraction, etc.) that are read-only and produce small output, bundle them into a single haiku subagent instead of running them in the main session. This keeps the main context clean and uses the cheaper model for work that requires no reasoning beyond pass/fail interpretation.
npx claudepluginhub mvasilenko/mv-claude-code-marketplace --plugin model-routingRoutes tasks to Haiku, Sonnet, or Opus based on complexity to optimize cost and quality. Use for intelligent model selection and tiered routing.
Routes Claude Code tasks to optimal models (Haiku, Sonnet, Opus) using decision matrices, cost tables, complexity signals, and subagent assignments for cost/quality tradeoffs.
Recommends Claude models (Haiku for exploration, Sonnet for implementation, Opus for decisions) via routing matrix for task types, subagents, and cost-quality tradeoffs.