skill-creator

Installation
SKILL.md

Skill Creator

Create a new skill by generating a SKILL.md file with YAML frontmatter.

Steps

  1. Identify the task pattern the user wants to capture as a skill
  2. Write clear, specific instructions that an AI agent can follow
  3. Create a directory with this structure:
my-skill/
├── SKILL.md          # Instructions + frontmatter
├── template.md       # (optional) Template files
└── example.py        # (optional) Example scripts
  1. The SKILL.md must have this format:
Installs
2
GitHub Stars
972
First Seen
Jun 2, 2026
skill-creator — vstorm-co/pydantic-deepagents