library-router
SolidSelects which ClinPharm PMx Skills skill to run for a user or agent request inside this repository. Use when the task is ambiguous across skills, the user asks which skill to use, routing or skill selection is needed, or the host should ask/refuse instead of guessing. Classifies SIMPLE / SINGLE / AMBIGUOUS / MULTI, narrows by job-tree nav_path, then returns top-1 with reasons, asks the user, or refuses human-only/OOS/safety work. Example: "Which skill should handle reviewing this bioanalytical validation report?" Do not use to spawn multi-agent swarms, take clinical decisions, or bypass safety boundaries.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- malekokour
- Repository
- malekokour/clinpharm-pmx-skills
- Created
- 1 weeks ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
skill-router
Skill routing agent. When a user request might map to an existing skill, searches the registry to find the best match. TRIGGERS: user intent is unclear, no direct match found among memorized high-frequency skills, or skill search needed. NOT for: executing skills, modifying files, making decisions — only for finding the right skill name.
skill-router
The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".
skill-router
Meta-skill that maps tasks to the right skill. Consult at the start of any non-trivial task to pick the right workflow skill, and before specific actions (installing deps, committing, opening PRs, reviewing) to pick the right action skill. Loaded automatically at session start by the skill-router plugin.