skill-evolution
Installation
SKILL.md
Evolution
This skill makes the skills library evolve based on real development signals without auto-editing skills. The default output is a patch suggestion only.
Why it exists (solving "too passive")
Default hooks can only "log events" without automatically consolidating experience into skills.
The goal of this skill is to turn retrospectives into a fixed closing action:
- At the end of each "big task", spend 60 seconds on Q&A confirmation: whether to optimize skills and which areas to prioritize
- When user chooses "yes to optimize", use
skill-improverto generate minimal patch suggestions based on real run artifacts (still no auto-editing of skill library)
Default strategy
- Capture context and failures into run artifacts
- Generate evolution candidates
- Use
skill-improverto propose a minimal patch - Human reviews and applies the patch