Model Route banner
Lukehle Lukehle

Model Route

AI community

Description

--- description: Recommend and apply the right model tier for the current task --- # /model-route $ARGUMENTS Run the **model-routing** skill against the task described in the arguments (or the conversation's current task if none given). 1. Classify the work phase: planning/architecture, building, mechanical, or review/verify. If the task spans phases, split it and route each. 2. Recommend the tier from the routing table, with one line of reasoning. Apply the escalation rules: prior fai

Installation

Installs to ~/.claude/skills/lukehle-toolroom-model-route/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lukehle-toolroom-model-route && curl -fsSL https://raw.githubusercontent.com/Lukehle/toolroom/HEAD/commands/model-route.md -o ~/.claude/skills/lukehle-toolroom-model-route/SKILL.md

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

Full documentation available on GitHub

View Source Repository