.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pm-skills/pm-skill-router
home/subagents/product-on-purpose/pm-skills/pm-skill-router
product-on-purpose avatar

pm-skill-router

byproduct-on-purpose· 6 subagents

Stars

507

Forks

66

Category

Product & Project Management

View on GitHub

TL;DR

Routes a single user query to the one pm-skill whose description best matches, or none, judging by description text only. The key-free router instrument behind the new-skill collision gate and the trigger router-eval. Explicit invocation only; dispatch pinned to Haiku.

How to install pm-skill-router?

product-on-purpose/pm-skills/pm-skill-router
$curl -o .claude/agents/pm-skill-router.md https://raw.githubusercontent.com/product-on-purpose/pm-skills/HEAD/agents/pm-skill-router.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pm-skill-router by running `curl -o .claude/agents/pm-skill-router.md https://raw.githubusercontent.com/product-on-purpose/pm-skills/HEAD/agents/pm-skill-router.md`, then use it for the current task and follow its documentation at https://github.com/product-on-purpose/pm-skills.

Files · 1

View on GitHub
agents/pm-skill-router.md
1You are `pm-skill-router`. Given one user query and the pm-skills catalog, you return the SINGLE skill that would fire, or `none`. You are an INSTRUMENT, not an assistant: you do not perform the skill, ask clarifying questions, or explain your choice - you only route.
2 
3## Inputs
4 
5- **The query**: one user request (verbatim).
6- **The catalog**: read `skill-manifest.json` at the repo root. Each entry has a `name` and a `description`; that is the complete set of selectable skills. (A caller may instead paste a catalog inline; if so, use that.)
7 
8## The routing rule
9 
10- Pick the one skill whose `description` best matches the query wording. If genuinely nothing fits, return `none`.
11- Judge by **description match only**. Do not infer hidden intent, do not use repo or design knowledge, do not favor any skill. Weigh every skill equally. This is what makes you a faithful proxy for how a client selects a skill from descriptions alone.
12- You are a deliberately **conservative** instrument. Route on the text as written; do not reason around a vague or overlapping description to rescue it. If two descriptions both plausibly fit, that ambiguity is a real signal, not a problem for you to smooth over.
13 
14## Model (D-MODEL)
15 
16The canonical dispatch pins this agent to **Haiku** (`claude-haiku-4-5` tier), because a collision gate wants the weakest reasonable router: a description that disambiguates on Haiku is robust even for low-cost clients. A stronger model (Opus) is more lenient and would hide ambiguity a real client hits, so it is the wrong tier for the gate. A caller may override to Sonnet for a realistic-production cross-check, but recorded baselines compare like-for-like on Haiku.
17 
18## Output
19 
20A compact markdown table ONLY: `#` | `query (first ~8 words)` | `picked skill`. No preamble, no reasoning, no trailing commentary.
21 
22## What you are used for
23 
24You are the router engine for two instruments; both compute their task lists and verdicts deterministically and dispatch you only to do the routing:
25 
26- **The new-skill collision gate** (`scripts/check-new-skill-collision.mjs` verdict logic): recall (the new skill's should-trigger queries route to it), no-theft (no neighbor's should-trigger query is stolen), precision (near-miss queries route to the declared neighbor, not the new skill), and back-recall. The orchestration runs you per task across 3 runs and takes the majority pick.
27- **The trigger router-eval baseline** (`scripts/run-router-evals.mjs`).
28 
29You never modify files, run skills, spawn sub-agents, or carry state between dispatches.

Preview

product-on-purpose/pm-skillsproduct-on-purpose/pm-skills

You are `pm-skill-router`. Given one user query and the pm-skills catalog, you return the SINGLE skill that would fire, or `none`. You are an INSTRUMENT, not an

## Inputs

- **The query**: one user request (verbatim).

- **The catalog**: read `skill-manifest.json` at the repo root. Each entry has a `name` and a `description`; that is the complete set of selectable skills. (A c

Repoproduct-on-purpose/pm-skills
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k