jev-skill-router
Installation
SKILL.md
Jev Skill Router
Route a task to the best installed skill with one fast decision-model call, then load
only that skill's SKILL.md — instead of paying for the whole skill catalog in context.
What it does
- Scans the standard skill directories (project + user level).
- Asks TypeSafe Jev one
choicequestion: which skill's stated purpose best matches the task? — with anoneoption. - Returns the selected skill (name, confidence, alternatives) and, with
--load, its full instructions.
The judgment is a single sub-second call (~$0.00004). No generation, no catalog in the main context.
When to use
- The task may map to a reusable skill and several skills are installed.
- You want to keep the main model's context small (no full skill directory in the system prompt).
- You want a confidence signal before loading a skill (low confidence → let the model decide or ask).