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 /tmp paths.
  • When running bundled skill-creator modules from the project root, set PYTHONPATH to .kilocode/skills/skill-creator before using python -m scripts.<module>.

At a high level, the process of creating a skill goes like this:

Installs
2
GitHub Stars
37
First Seen
Mar 27, 2026
skill-creator — scottermonk/agentautoflow