which-skill
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.
npx skills add mohitagw15856/pm-claude-skills --skill which-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Which Skill Router Given a fuzzy professional ask ("my boss wants an update on the Q3 launch"), pick the single best skill in this library to run — and say why — instead of making the user browse 400+ options. ## What This Skill Produces - The **best-fit skill** for the request, with a one-line justification - The **inputs to gather** before running it (from that skill's Required Inputs) - A **runner-up skill** and the tie-breaker that separates them - A **workflow recipe** recommendation instead, when the job genuinely spans 3+ skills ## Required Inputs Ask for (if not already provided): - **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) ## Routing Method 1. **Name the artifact.** What lands on someone's desk when this is done — a PRD, a ranked list, a briefing, a plan? Route on the deliverable, not on topic keywords. 2. **Search the catalog — never route from memory.** Read `SKILLS.md` (the auto-generated listing grouped by domain), or search with `npx pm-claude-skills list` / the MCP
- What This Skill Produces
- Required Inputs
- Routing Method
- Disambiguation Table — look-alike clusters
- Output Format
- Skill Recommendation
- Quality Checks
- Anti-Patterns
What does the which-skill skill do?
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.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill which-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
