skill-router

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often don't know which Claude Code skill fits their task, leading to wasted time browsing catalogs or picking the wrong tool. This Skill acts as an intelligent entry point that interprets requests and routes them to the right skill. ## Core Features & Use Cases - Intent Analysis & Matching: Parses user requests for task type, context, and complexity, then matches them against a catalog of skills using keywords and semantic similarity. - Interactive Clarification: Asks targeted questions when requests are ambiguous, narrowing down goals, domains, and project stages before recommending. - Multi-Skill Orchestration: Suggests sequences of skills for complex workflows, such as api-designer → api-documenter → test-automator for a new API project. - Use Case: A user says "I'm building a new API from scratch" and receives a staged recommendation of design, documentation, testing, and review skills with confidence levels. ## Quick Start Ask which skill should be used for your current task and describe what you are trying to accomplish.

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 your request is ambiguous, it asks clarifying questions before recommending.

What skills can the skill router recommend?▼

The catalog covers core development (commit-helper, code-reviewer, debugger, refactoring-specialist), documentation and testing (documentation-engineer, api-documenter, test-automator, qa-expert), architecture and DevOps (api-designer, security-auditor, performance-engineer, deployment-engineer), and planning skills.

Can the skill router handle tasks that need multiple skills?▼

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

What happens when my request is too vague to route?▼

The router uses interactive clarification templates to ask about your goal, domain, project stage, and preferences. Based on your answers, it narrows down to a specific skill recommendation with a confidence level.

What are the limitations of keyword-based skill routing?▼

Keyword matching can miss requests phrased with unfamiliar wording, so the router falls back to semantic similarity for phrases like "clean up my code". Highly ambiguous requests still require user clarification before a confident recommendation.