skill-creator
Installation
SKILL.md
Skill Creator
Create a new skill by generating a SKILL.md file with YAML frontmatter.
Steps
- Identify the task pattern the user wants to capture as a skill
- Write clear, specific instructions that an AI agent can follow
- Create a directory with this structure:
my-skill/
├── SKILL.md # Instructions + frontmatter
├── template.md # (optional) Template files
└── example.py # (optional) Example scripts
- The SKILL.md must have this format: