WS
Which Skill Router
🔵 Stable🕐 updated 2026-07-01
🔷 SkillSpec L3
pm-essentials
Route a fuzzy request to the right skill in this library. Use when the user is unsure which skill fits, asks 'which skill should I use for X', describes a task without naming a skill, or when a request could plausibly match several skills. Produces a best-fit recommendation with the inputs to gather, a runner-up with the tie-breaker, and a workflow recipe when the job spans multiple skills.
What to give it
▸The task in the user's own words — even one sentence is enough
▸Who the output is for — audience changes the pick: a board deck is not a team update
▸One-off or recurring? — a monitor/briefing skill differs from a one-time analysis
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
✓The pick was verified against the live catalog (SKILLS.md / search), not recalled from memory
✓Every look-alike cluster the ask touches was checked against the disambiguation table
✓The recommendation names the concrete artifact the user will get, not a topic
✓The runner-up includes a real tie-breaker condition, not "also good"
✓Multi-skill jobs point to one workflow recipe, not a list of 4 skills to run manually
⚠️ What it refuses to do
Do not recommend more than two skills — a router that returns a list has not routed
Do not route on topic keywords ("competitor" ≠ always `competitive-analysis`); route on the deliverable
Do not ask a chain of clarifying questions — one at most, and only if it changes the pick
Do not invent skill names — if nothing in the catalog fits, say so and suggest `SKILL_REQUEST.md`
Do not recommend a general skill when a specific one exists for the exact artifact
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Start with
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="which-skill"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>
💬 Discussion
Which Skill Router is one of 625 open-source professional AI agent skills — all SkillSpec L3.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog