Premium Router — Development skill for Claude Code
Fable brain, Haiku price: a Claude Code Skill where Fable 5 does the judgment and Haiku 4.5 does the volume.
How to install Premium Router
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ToolMonsters/premium-router and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Premium Router does
Fable brain, Haiku price: a Claude Code Skill where Fable 5 does the judgment and Haiku 4.5 does the volume. Distill rulebooks, classify at ~10x lower cost, analyze big corpora with Haiku workers.
Alternatives in Development
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
- Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
- Crypto Research Haiku Command — Execute lightweight cryptocurrency research by calling only haiku versions of crypto analysis agents in parall 3.4k ★
README
premium-router
**Fable brain, Haiku price.** A Claude Code Skill that gives you Claude Fable 5 quality while paying close to Claude Haiku 4.5 rates.
One principle drives everything here: **Fable does the judgment, Haiku does the volume.** Writing good decision rules is hard (Fable's job, paid once). Applying them is easy (Haiku's job, paid at 1/10th the rate). Reading a mountain of documents is volume (Haiku workers). Deciding what the mountain means is judgment (Fable, reading only the compressed briefs).
Everything in this repo was measured live on the API, including the approaches that FAILED. The anti-patterns section is as important as the features.
Quickstart (5 minutes)
# 1. Install
git clone https://github.com/ToolMonsters/premium-router ~/.claude/skills/premium-router
cd ~/.claude/skills/premium-router && pip install -r requirements.txt
export ANTHROPIC_API_KEY="your-key" # never committed
# 2. Teach it once: Fable writes the rulebook from your labeled examples
python route.py distill --task-type my_task --examples my_examples.txt
# 3. Use it forever: Haiku applies the rulebook, ~10x cheaper
python route.py classify --task-type my_task --input "a new message"
# 4. For document analysis: Fable judges, Haiku workers read when it is big
python route.py analyze --mission "Prioritize these accounts for this week" \
--docs thread1.txt thread2.txt transcript3.txt
The repo ships with a ready-made rulebook (`sales_reply_classification`), so you can skip step 2 to try it immediately.
The three commands
| Command | Who thinks | Who does volume | When to use |
|---|---|---|---|
distill |
Fable (effort high, once) | nobody | teach a new repeatable task |
classify |
Haiku (Fable on escalation) | Haiku | every repeatable request |
analyze |
Fable (effort low) | Haiku workers if corpus is large | judgment over documents |
Measured results (live on the API, not estimates)
classify: same accuracy as Fable, ~10x cheaper
Related Skills
Pool Ohlcv
Fetch price and volume history for a specific Meteora pool
Gvs5h
GVS5H: Five Qwen3.8-27B Models Match Claude Fable 5 on LiveCodeBench Hard Fable 5 Level Coding for a Fifth the
Ashlr Eco Mode
Toggle eco mode — aggressive token-saving behaviors that trade some response richness for lower session cost.
Count The Library Dtd
size a search space with a lower and an upper bound before searching it, and refuse to enumerate what the arit
Order
Set a cc-status segment's left-to-right order. Lower numbers sit further left on the bar; overrides the plugin
Vocab Drift
Find vocabulary drift in a corpus without a declared registry — judgment-based clustering of likely-synonymous
Related Agents
Claude Advisor
Second-opinion advisor running Claude's most capable model (Fable 5). Consult at commitment boundaries — befor
Template Auditor
Use this agent whenever Pulkit wants an existing premium-template clone in the fable repo audited against its
Market Monitor
Real-time crypto market intelligence. Use when analyzing current market conditions, price movements, volume an