What problem does it solve?
This Skill helps you create well-structured Agent Skills for Claude Code that follow the official frontmatter requirements and discovery rules. It ensures every Skill has a precise scope, explicit frontmatter, and a readable Markdown body that Claude can load into context.
Core Features & Use Cases
- Frontmatter validation: Enforces required fields like
name and description in YAML frontmatter.
- Structured content: Guides the body into sections (Instructions, Examples, Progressive Disclosure files).
- Progressive disclosure templates: Supports optional files such as
reference.md, examples.md, scripts/, and assets/ to load more detail on demand.
- Validation and testing: Provides a template and checklist for validating Skill structure and discovery.
Quick Start
Create a new Skill directory named after the Skill (e.g., my-skill/), add SKILL.md with the required frontmatter, then flesh out the Instructions, Examples, and optional supporting files. Use the Skill Writer to help ensure your Skill meets the discovery and structure standards.