What problem does it solve?
As an agent's skill library grows past roughly 50-100 entries, skill selection accuracy degrades and overlapping or near-duplicate skills accumulate. This Skill inventories all installed skills, merges redundant ones into richer parent skills, and produces a compact routing guide so agents can reliably pick the right skill.
Core Features & Use Cases
- Skill Inventory and Analysis: Reads every SKILL.md in the skills directory to assess scope, quality, and overlap.
- Aggressive Merging: Combines overlapping or confusable skills into hierarchical parent skills with clearly labeled sections, preserving all bundled resources.
- Registry Generation: Writes a SKILL_REGISTRY.md grouped by domain with 'Use when' triggers and section listings, capped at 50 entries.
- Use Case: After months of log-driven skill creation, your .agent/skills/ folder has 80 entries with duplicates like react-frontend and web-testing. Run this Skill to consolidate them into a handful of rich parent skills and a clean routing registry.
Quick Start
Organize all skills in .agent/skills/, merge any overlapping ones, and generate a SKILL_REGISTRY.md routing guide.