skill-router

Analyzes user requests and recommends the most appropriate Claude Code skill.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/alecanche04-cyber/examenprograma --skill skill-router-alecanche04-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-router
Source: https://github.com/alecanche04-cyber/examenprograma/tree/main/EXAMEN_PROGRA_2-master/.agents/skills/skill-router
Command: npx skills add https://github.com/alecanche04-cyber/examenprograma --skill skill-router-alecanche04-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often don't know which Claude Code skill fits their task, leading to trial-and-error or missed capabilities. This Skill acts as a default entry point that interprets the request and routes it to the right skill. ## Core Features & Use Cases - Intent Analysis and Matching: Parses the request for task type, context, and complexity, then matches it against a catalog of skills using keywords and semantic similarity. - Interactive Clarification: Asks targeted questions when the request is ambiguous before recommending a skill. - Multi-Skill Orchestration: Suggests ordered skill combinations for complex workflows, such as api-designer followed by api-documenter and test-automator for a new API project. - Use Case: A user says "I'm building a new API from scratch" and receives a sequenced recommendation covering design, documentation, testing, and code review skills. ## Quick Start Ask which skill should be used for your current task and let the router analyze your request and recommend the best match.

Frequently Asked Questions about skill-router

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

FAQPage Schema
How do I find the right Claude Code skill for my task?

Describe your task in natural language and the skill router analyzes your intent, matches it against the available skill catalog, and recommends the best fit with reasoning. If the request is ambiguous, it asks clarifying questions first.

What skills can the skill router recommend?

The catalog covers core development skills like code-reviewer and debugger, documentation and testing skills like test-automator and api-documenter, architecture and DevOps skills like security-auditor and deployment-engineer, and planning skills like architecting-solutions.

Can the skill router suggest multiple skills for one project?

Yes, it supports multi-skill orchestration for complex workflows. For example, building a new API triggers a sequence of api-designer, api-documenter, test-automator, and code-reviewer recommendations.

What happens when my request is too vague to route?

The router asks targeted clarification questions about your goal, domain, and project stage before recommending. If no skill fits perfectly, it suggests the closest match or offers general assistance instead.

When should I not use the skill router?

Skip the router when you already know exactly which skill you need and can invoke it directly. The router adds value only when the right skill is unclear or when a task spans multiple skills.