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

  1. Scans the standard skill directories (project + user level).
  2. Asks TypeSafe Jev one choice question: which skill's stated purpose best matches the task? — with a none option.
  3. 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).
Installs
1
First Seen
4 days ago
jev-skill-router — aitejiu/jev-harness-lab