which-skill

GitHub

智能路由技能,用于将模糊需求匹配至最佳可用技能。提供首选推荐、备选方案及多技能工作流建议,通过查询目录而非记忆进行精准匹配,并包含常见易混淆技能的消歧指南。

plugins/pm-essentials/skills/which-skill/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

用户不确定应使用哪个技能 询问'X应该用哪个技能' 描述任务但未指定技能名 请求可能匹配多个技能

Install

npx skills add mohitagw15856/pm-claude-skills --skill which-skill -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-essentials/skills/which-skill -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@which-skill

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill which-skill -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "which-skill",
    "description": "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."
}

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 search_skills tool. Match the user's phrasing against skill description trigger phrases.
  3. Prefer the specific skill over the general one. A skill built for the exact artifact (e.g. ab-test-readout for analysing a finished test) beats a broader neighbour (experiment-designer).
  4. Check the disambiguation table below for the known look-alike clusters before answering.
  5. Escalate to a workflow recipe (see WORKFLOWS.md, e.g. /ship-a-feature, /launch-a-product) when the ask needs 3+ chained skills — don't recommend the skills one by one.
  6. Recommend, don't interrogate. Ask at most one clarifying question, and only when the answer would change the pick.

Disambiguation Table — look-alike clusters

You want… Use Not
A one-off deep teardown of a rival (SWOT, positioning map) competitor-teardown competitive-analysis
A full landscape doc: feature matrix, win/loss, battlecard inputs competitive-analysis competitor-teardown
A recurring "what changed in the market this week/month" briefing competitive-intelligence-monitor competitor-signal-tracker
A read on one specific competitor announcement competitor-signal-tracker competitive-intelligence-monitor
Release notes straight from a raw git log / commit list changelog-generator changelog-writer
A Keep-a-Changelog entry from an already-curated change list changelog-writer changelog-generator
Positioning, messaging pillars, use cases — the GTM content go-to-market go-to-market-planner
A tiered launch plan with cross-functional coordination — the GTM operation go-to-market-planner go-to-market
Themes from interview transcripts specifically user-interview-synthesis user-research-synthesis
Synthesis across mixed sources (surveys, feedback, transcripts) user-research-synthesis user-interview-synthesis
Pure RICE scoring of a backlog rice-prioritisation feature-prioritisation
Choosing/applying a framework (RICE, MoSCoW, Kano, ICE) feature-prioritisation rice-prioritisation
RICE blended with strategic-fit weighting rice-impact-matrix rice-prioritisation
A summary of an existing document for executives executive-summary executive-update
A standalone product briefing written for the C-suite executive-update executive-summary
A BLUF-style project status update for stakeholders stakeholder-update executive-update
Designing an experiment before it runs (sample size, guardrails) ab-test-planner ab-test-readout
Analysing a finished test and making the ship/no-ship call ab-test-readout ab-test-planner

Output Format

Skill Recommendation

Best fit: skill-name — [one line: why this artifact matches the ask]

Before you run it, have ready:

  • [input 1 from that skill's Required Inputs]
  • [input 2]

Runner-up: other-skill — pick this instead if [the tie-breaker condition].

Run it: /skill-name in Claude Code, or open it in the Playground.

(If a workflow fits better) This is a multi-skill job — run /recipe-name (chains abc), because [why the chain beats a single skill].

Quality Checks

  • 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

Anti-Patterns

  • 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

Version History

  • a38bc30 Current 2026-07-05 11:19

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
730d7c5a
Indexed
2026-07-05 11:19

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 11:13
浙ICP备14020137号-1 $방문자$