skill-creator
Installation
SKILL.md
Skill Creator
Use this skill to create and maintain repository skills under .agents/skills using the Vercel-backed Agent Skills format.
The source of truth for format and discovery is the skills CLI from vercel-labs/skills. Do not maintain a separate local validator unless the user explicitly asks for one.
Supported Shape
Every skill is a directory with a required SKILL.md:
.agents/skills/<skill-name>/
├── SKILL.md
├── references/ optional, detailed context loaded only when needed
├── scripts/ optional, executable helpers for repeatable fragile work
└── assets/ optional, files used in generated output
The required frontmatter is: