What problem does it solve?
This Skill solves the problem of creating modular, reusable assistant skills that are discoverable, well-structured, and efficient in how they use the context window.
Core Features & Use Cases
- Skill authoring guidance: Defines what a skill is, how it should be structured, and what belongs in SKILL.md vs bundled resources.
- Efficient context design: Teaches progressive disclosure (metadata first, body on trigger, resources on demand) to minimize token bloat.
- Practical creation workflow: Provides step-by-step instructions from understanding requirements to packaging and iterating based on real usage.
- Resource selection principles: Recommends when to include scripts, references, and assets, and when to avoid extraneous files.
Quick Start
Use the skill-creator guidance to write or update a new skill’s SKILL.md with clear name and description, then organize any needed scripts, references, and assets into the proper folders.