skill-forge-evolve
Installation
SKILL.md
Skill Evolution & Improvement
Process
Step 1: Diagnose the Issue
Ask the user or analyze logs to identify the problem category:
Category A: Triggering Issues
- Under-triggering: Skill doesn't activate when it should
- Over-triggering: Skill activates when it shouldn't
- Mis-triggering: Wrong sub-skill activates
Category B: Execution Issues
- Incomplete workflows: Skill stops before finishing
- Incorrect output: Results don't match expectations
- Missing error handling: Failures not handled gracefully
- Performance: Too slow or too many token used
Related skills