skill-creator
Installation
SKILL.md
Skill Creator
A skill for creating new skills and iteratively improving skills.
Project path and shell rules
- Use project-relative paths with forward slashes for all file tools and examples.
- Skill folders live under
.kilocode/skills/<skill-name>/unless the user explicitly provides another project-relative path. - In this Windows workspace, examples must be PowerShell-compatible. Do not use Unix-only commands such as
cp,nohup,tail,kill,open, or/tmppaths. - When running bundled skill-creator modules from the project root, set
PYTHONPATHto.kilocode/skills/skill-creatorbefore usingpython -m scripts.<module>.
At a high level, the process of creating a skill goes like this: