What problem does it solve?
This Skill automates the scaffolding of new Agent Skill folders, generating a complete skeleton with a properly formatted SKILL.md frontmatter to accelerate skill creation and consistency across projects.
Core Features & Use Cases
- Automatic skeleton creation: Generates a new skill directory under skills/ with a lowercase, hyphenated name and a matching SKILL.md.
- Frontmatter templating: Produces required fields (name and description) in frontmatter, with guidance for added fields like license, compatibility, and metadata.
- Optional resource folders: Creates on-demand folders such as scripts/, references/, and assets/ to organize automation, documentation, and assets for the skill.
- Rapid bootstrap: Ideal when starting a new capability or duplicating this template to rapidly scaffold additional skills.
Quick Start
Create a new folder under skills/ with a lowercase, hyphenated name (for example: skills/<skill-name>/). Place a SKILL.md with a proper frontmatter and fill the body with the skill instructions. Validate the structure with the repository's skill validation workflow.