Agent skill · Workflow & Productivity

model-router

Choose model tier by task complexity. Keep routine work cheap. Escalate only when required.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill model-router --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/model-router/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: model-router description: Route work to the cheapest model tier that can reliably complete it. Use when: (1) choosing a model for a task, (2) deciding model level for sub-agents, (3) escalating after a failed attempt, (4) avoiding premium-model overuse on routine work. category: principles user-invocable: true --- # Model Router Choose model tier by task complexity. Keep routine work cheap. Escalate only when required. ## Core Policy - Classify each task first: `ROUTINE`, `MODERATE`, or `COMPLEX`. - Start with the lowest tier that can succeed. - Escalate one tier after a quality failure. - Keep sub-agents on the cheapest viable tier by default. ## Task Classification ### ROUTINE Use lowest-cost tier. Signals: - File reads/writes - Status checks and health checks - Deterministic formatting/transformations - Bulk fetch/lookup tasks with clear success criteria ### MODERATE Use mid-tier. Signals: - Multi-step synthesis - Standard code generation/refactoring - Non-trivial summaries - Typical implementation tasks with known patterns ### COMPLEX Use top-tier. Signals: - Ambiguous requirements - Novel debugging/root-cause analysis - Architecture tradeoffs - Security-sensitive rea

What's inside
Steps it walks through
  1. Core Policy
  2. Task Classification
  3. ROUTINE
  4. MODERATE
  5. COMPLEX
  6. Escalation And De-escalation
  7. Sub-Agent Rules
  8. Anti-Patterns
  9. Quick Decision Flow
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the model-router skill do?

Choose model tier by task complexity. Keep routine work cheap. Escalate only when required.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill model-router --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going