What is skill routing for Claude Code?
Skill routing is the layer that automatically invokes the right Claude Code skill for each prompt, based on your intent and context. You never pick or remember which one to run. You just prompt.
Free · Open-source · Routes Superpowers + more Flows
How skill routing works
Load once
Install a Flow and its FLOW.md routing table loads into context a single time, about 3,000 tokens.
Read intent
A hook reads every prompt and infers what you are trying to do: build, debug, plan, ship.
Auto-invoke
It fires the perfect skill for that intent, for about 40 tokens a prompt. You never pick or remember.
Why route instead of invoking by hand?
Skills are powerful, but the agent only uses one if you remember to ask for it by name. On a long task you forget, or you pick the wrong one, and the discipline slips. Routing removes that burden: the right skill fires on intent, every prompt, so test-driven development, review, and verification happen because the hook enforces them, not because you remembered.
It is also cheaper. Re-reading a full workflow every turn burns thousands of tokens. Routing reads it from context for about 40 tokens a prompt.
We built Flowy this way, by prompting through our own superpowers-flow. The routing is the product. Superpowers is one skill set it carries, not the foundation.
FAQ
What is skill routing for Claude Code?
Skill routing is the layer that automatically selects and invokes the right Claude Code skill for each prompt, based on your intent and context, so you never have to pick or remember which skill to run.
How does skill routing work?
A routing table (a FLOW.md) loads into context once. After that, a hook reads each prompt, infers your intent, and auto-invokes the matching skill, for about 40 tokens a prompt instead of re-reading the whole workflow every turn.
Do I still choose which skill to run?
No. That is the point. With routing you just prompt in plain English; the right skill fires on its own. Without routing, you are the router: you pick the skill, remember the discipline, and wire each one up.
What does skill routing cost in tokens?
About 3,000 tokens once to load the Flow, then roughly 40 tokens per prompt to route. Over a long session that is far cheaper than re-reading the full workflow on every turn.
Stop invoking skills. Just prompt.
Free and open-source. One plugin install covers every Flow.
> /plugin marketplace add MaximoCorrea1/flowy-flows> /plugin install flowy@flowy-flows