routing

Installation
SKILL.md

Routing

Anthropic canonical agent pattern. Classify first. Then send work to best path.

What It Is

Use a router to choose among specialists. Specialist can be prompt, model, tool chain, or agent. Goal: better fit per request.

When to Use

  • Requests fall into clear categories
  • Different categories need different prompts or tools
  • Cheap classifier can pick path well
  • Specialist path beats one general path
  • Need cost or latency control by request type
Related skills
Installs
4
GitHub Stars
2
First Seen
9 days ago