What problem does it solve?
This Skill helps you design, structure, and package self-contained AgentSkills by turning a workflow idea into a correctly formatted SKILL.md plus optional resources.
Core Features & Use Cases
- Skill authoring guidance: Defines how to write SKILL.md frontmatter and body instructions that reliably trigger and inform Codex.
- Resource planning: Recommends when to include scripts/ for deterministic automation, references/ for detailed documentation, and assets/ for output templates or files.
- Context-efficient design: Enforces progressive disclosure so the skill description stays concise while deeper material loads only when needed.
- Naming and packaging workflow: Provides conventions for skill naming and a process for initializing and packaging skills for distribution.
Quick Start
Use the skill-creator guidance to create a new skill directory and write a SKILL.md that includes name and description frontmatter, then add only the scripts, references, and assets required by the workflow you want Codex to perform.