skill-router

Route tasks to installed skills and vet unfamiliar candidates before installation.

43|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yuzc-001/skill-router --skill skill-router-yuzc-001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-router
Source: https://github.com/Yuzc-001/skill-router/tree/main
Command: npx skills add https://github.com/Yuzc-001/skill-router --skill skill-router-yuzc-001

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of choosing the right tool in an environment with many installed skills, preventing redundant installations and ensuring the most appropriate skill is used for any given task.

Core Features & Use Cases

  • Reuse-First Routing: Prioritizes using already installed skills over discovering new ones.
  • Installed-Reality-First: Routes based on the actual installed environment, not assumptions.
  • Discovery for Insufficiency: Searches for new skills only when existing ones are clearly inadequate.
  • Vetting: Reviews unfamiliar third-party skills for safety before recommending installation.
  • Use Case: When a user asks "which skill should I use for X?", Skill Router analyzes the task, checks installed skills, and either directs the user to the best existing option or initiates a safe discovery process if no suitable skill is found.

Quick Start

Use the skill-router to determine the best installed skill for analyzing sales data.

Frequently Asked Questions about skill-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate skill selection for complex agent environments?

Automating skill selection involves adding a routing layer that prioritizes installed skills and only initiates discovery when existing capabilities are insufficient. This reduces selection overhead and prevents redundant installations.

What is the best way to prevent redundant skill installations in agent ecosystems?

To prevent redundant installations, implement a reuse-first routing approach that checks actual installed capabilities before searching for new candidates. This ensures existing skills are utilized fully before adding new ones.

How does skill vetting work for third-party candidates?

Skill vetting reviews unfamiliar third-party candidates for safety before recommending installation. This process ensures that only reviewed and safe skills are added to your environment when existing capabilities are inadequate.

When should I use a discovery process for finding new agent skills?

You should use a discovery process only when existing installed skills are clearly inadequate for the task. A routing layer analyzes the request and initiates discovery exclusively for insufficiency rather than by default.

Can I route agent tasks based on the actual installed environment instead of assumptions?

Yes, installed-reality-first routing directs tasks based on the actual installed environment rather than assumptions. This mechanism analyzes the real capabilities present before deciding to use existing tools or discover new ones.

Does skill routing operate quietly by default in the background?

Yes, the skill routing layer operates quietly by default in the background. It automatically analyzes tasks, checks installed capabilities, and routes to the best option without requiring manual intervention unless explicitly needed.