What problem does it solve?
This skill helps you create, structure, and package modular AgentSkills so they are easy to discover, safe to run, and efficient for the agent to use.
Core Features & Use Cases
- Skill architecture guidance: Explains how skills use SKILL.md frontmatter plus optional scripts/, references/, and assets/ to support progressive disclosure.
- Write high-quality SKILL.md: Provides rules for clear, trigger-focused descriptions and lean instruction bodies to minimize context bloat.
- Correct packaging workflow: Documents how to initialize and package skills using the provided tooling so validation passes before distribution.
- Resource organization best practices: Recommends when to split large content into references/ and when to store deterministic logic in scripts/.
Quick Start
Use the skill to package a new agent skill by running scripts/init_skill.py for a template, updating SKILL.md and any needed resources, then running scripts/package_skill.py to validate and produce the distributable .skill file.