What problem does it solve?
This skill helps authors and engineers create consistent, token-efficient skill packages by enforcing minimal, clear SKILL.md frontmatter, recommending resource organization, and providing tooling to avoid duplicated or excessive context.
Core Features & Use Cases
- Metadata guidance: Clear requirements for SKILL.md frontmatter (name and description) and advice on what belongs in the body versus references.
- Tooling for authors: Includes init, validation, and packaging scripts to bootstrap skills, validate frontmatter and structure, and produce distributable .skill files.
- Organizational patterns: Progressive disclosure guidance for when to include scripts, references, and assets to keep context small and load only what's needed.
- Use case: Onboard a developer or writer to create a new skill that integrates a deterministic script and long-form references without bloating the agent's context.
Quick Start
Run the initializer to create a skill scaffold, edit SKILL.md to complete name and description, add any scripts/references/assets, then validate and package the skill.