What problem does it solve?
This Skill provides a structured blueprint and best practices for creating or updating Agent Skills, ensuring consistency, maintainability, and onboarding clarity for teams building domain-specific capabilities.
Core Features & Use Cases
- Standardized SKILL.md frontmatter requiring name and description, plus a concise body that guides usage.
- Organized resource scaffolding with optional scripts/, references/, and assets/ directories to support deterministic tasks, in-depth references, and output templates.
- Clear anatomy and progressive-disclosure patterns that help teams structure multi-step workflows, guidelines, and variant-driven content.
- Packaging and iteration workflow guidelines to evolve Skills from templates to distributable .skill artifacts.
Quick Start
Run the included init_skill.py script to generate a new skill directory and then customize SKILL.md and the example resources.