What problem does it solve?
Prevents duplicate or redundant skills by locating the best existing skill for a requested capability, deciding whether to return, extend, or create a skill, and enforcing library hygiene rules before any new skill is introduced.
Core Features & Use Cases
- Library scanning and comparison: Reads the .agents/skills directory and docs/SKILL-INDEX.md to map existing capabilities and detect full or partial overlaps.
- Decision and enforcement: Returns an existing skill, triggers a controlled extension (with size limits), or delegates creation to the universal-skill-creator only when no suitable match exists.
- Index synchronization and governance: Enforces the rule-set (never create when extendable), calls library-skill to sync indexes after changes, and provides structured impact reports for auditing.
Quick Start
Ask the skill-finder: "Find a skill for: 'evaluate whether a process decomposition is well-structured'".