skill-router

Classify user intent and recommend the best Claude Code skill.

69|11|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zhaono1/agent-playbook --skill skill-router-zhaono1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-router
Source: https://github.com/zhaono1/agent-playbook/tree/main/skills/skill-router
Command: npx skills add https://github.com/zhaono1/agent-playbook --skill skill-router-zhaono1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Router identifies and recommends the most suitable Claude Code skill for a user's task, reducing guesswork and accelerating task initiation.

Core Features & Use Cases

  • Intent Analysis to classify user requests and derive task type.
  • Semantic Matching and Context Awareness to surface the best-fit skill, including multi-skill orchestration when needed.
  • Interactive Clarification and Confidence Indicators to resolve ambiguity and justify recommendations.
  • Supports proactive routing to a sequence of skills for complex workflows as described in the catalog.

Quick Start

Ask the router to identify the best Claude Code skill for a given user request.

Frequently Asked Questions about skill-router

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

FAQPage Schema
How do I route a user request to the right Claude Code skill automatically?

Skill routing uses intent classification and semantic matching to analyze a user request, determine the best-fit Claude Code skill, and present the recommended option with a clear rationale to accelerate task initiation.

What is the best way to handle complex workflows that require multiple Claude Code skills?

For complex workflows requiring multi-skill orchestration, the router applies context awareness to proactively route requests to a sequence of skills, mapping the entire workflow from the catalog rather than matching a single skill.

How does semantic matching resolve ambiguity when identifying a Claude Code skill?

Semantic matching resolves ambiguity through interactive clarification and confidence indicators, evaluating the user's intent to justify recommendations and propose alternative skills when the best fit is unclear.

Can I get a recommendation rationale before activating a matched Claude Code skill?

Yes, the router provides a clear rationale for its recommendation and includes an option to proceed with activation, ensuring you understand why a specific skill was matched before committing to it.

When do I need intent analysis for Claude Code skill selection?

Intent analysis is needed when you have a user request but are unsure which Claude Code skill applies, classifying the request to derive the task type and surface the most suitable skill from the catalog.