What problem does it solve?
This Skill eliminates inconsistent or poorly structured agent skills by providing clear rules, templates, and validation so new or existing SKILL.md files are discoverable, usable, and follow agentskills.io best practices.
Core Features & Use Cases
- Frontmatter validation: Ensure name and description exist and follow naming rules for discoverability.
- Scaffolding & templates: Provide archetype-specific templates (convention, tool, design) and directory scaffolds to jumpstart development.
- Progressive disclosure guidance: Keep SKILL.md concise, move deep references to references/, and follow token/budget recommendations.
- Quality checklist & review: Walk through naming, description quality, structure, content rationale, and release co-shipping rules.
- Use Case: Create a new skill directory for a TypeScript conventions guide, validate its frontmatter, and split detailed examples into references/templates.md.
Quick Start
Scaffold a new skill named my-skill using the appropriate archetype template, include a matching frontmatter with name and description, add a references/templates.md file, and run the quality checklist.