Agent skill · personamanagmentlayer
skill-router
Find the right skill in the PCL standard library and compose several when a task spans domains. Use when the user asks which skill applies, cannot find a capability, wants to know what the library covers, is starting a task that spans several domains, or when the task involves choosing between overlapping skills, discovering skills by keyword, or deciding whether a new skill is needed.
What it needs
About 5k tokens when loaded.
What this skill does
Skill Router The library holds 191 skills across 15 categories. This skill answers which ones apply to a task, and how to combine them. Core Concepts Route on the Task, Not the Technology "Fix this slow query" is not a PostgreSQL question until you know the query is in PostgreSQL. Start from what the user is trying to do, then narrow by the technology actually in the repository. Two Shapes of Skill Shape Naming Answers Examples -------------------- --------------------- --------------------------------------------- ------------------------------------ Domain expertise <domain>-expert "How does X work, and what is good practice?" postgresql-expert, react-expert Procedure <activity>-workflow "What do I do, in what order?" tdd-workflow, debugging-workflow A task usually needs one of each: the workflow drives the sequence, the expert supplies the judgement inside it. Compose, Don't Concatenate Loading five skills fills the context and dilutes attention. Load the workflow plus the one or two experts whose material the task actually touches, and consult a third only if the work reaches it. Finding a Skill The catalogue is machine-readable and is the fastest route: Or by filesystem, which is often quicker for a name you half-remember: Every description contains an explicit Use when … clause naming the keywords and tasks that should select it. Read that clause rather than guessing from the name. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills personamanagmentlayer/skill-router