Synthesize Self-Evolving Skill
kilo_synthesize_skillDistill a solved architectural pattern or bugfix into a reusable, validated SKILL.md for AI coding agents.
Instructions
Distill a newly solved architectural pattern or bugfix methodology into a reusable, validated SKILL.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| category | No | Target skill category (defaults to 'learned') | |
| keywords | No | Keywords for discovery | |
| skillName | Yes | Name of the skill to synthesize | |
| solutionPattern | Yes | Proven solution pattern and code guidelines | |
| problemDescription | Yes | Description of the problem solved | |
| verificationGuidance | Yes | Verification and testing steps |