model-routing
Installation
SKILL.md
Model Routing System
How Routing Decisions Are Made
Every user prompt goes through a 9-tier classification pipeline before any AI model processes it. The system answers three questions:
- Which model should handle this? — 9-tier cost/complexity classification
- Is the classifier itself working? — Cascading fallback (qwen3 → kimi → deepseek → cache)
- Can we verify the result? — Tool-level fallback + auto-evaluation