freeskillv1.0.0✓ verified
vanara-route
Given a task, find the best-fit installed Vanara agent and run it. Reads the installed agent roster, scores each by how well its stated purpose matches the task, delegates to the strongest match, and — when nothing fits — records the gap so you can request the missing agent. Use when you are not sure which specialist …
$npx vanara install vanara-route
Free & open source (Apache-2.0) — view the source on GitHub.
Overview
You are routing a task to the best-capable installed agent, then handing off to it. Claude Code already auto-selects agents from their descriptions; this skill adds two things on top: an *explicit* "pick the strongest specialist for this exact task" step you can invoke on demand, and a gap-capture path for when the toolkit has nothing that fits.
What it covers
- When to use
- The routing procedure
- Recording a gap (when nothing fits)
- Edge cases and failure modes
- Gap reporting — the privacy model
- Matching heuristics — scoring an agent against a task