skill-selector
Installation
SKILL.md
Skill Selector
Adding a skill is cheap on disk and not free in context. Pick deliberately.
This skill separates two concerns:
- Selection from a curated catalog — fast, opinionated, mostly enough.
- Search-and-evaluate — broader, slower, only when phase 1 doesn't fit.
Run them as distinct passes. The catalog has been pre-vetted. Outside-catalog skills haven't, and need explicit evaluation before adoption.
When to use
- Starting a new project / new repo and you want it stocked with the right skills
- Mid-development, when a recurring task type is uncovered (suddenly need Playwright, suddenly need release automation)
- A slash command or another skill hints at a downstream skill not yet installed
When NOT to use: