What problem does it solve?
This guide removes uncertainty and repetition from building Codex Skill Units by describing a minimal, discoverable SKILL.md, resource organization, and validation steps so authors can produce consistent, efficient skills that trigger reliably.
Core Features & Use Cases
- Clear triggering metadata: Specifies the required SKILL.md frontmatter (name and description) and how to phrase triggers.
- Progressive disclosure & resource patterns: Guidance for keeping SKILL.md concise while using scripts, references, and assets on-demand.
- Practical workflow: Step-by-step instructions for initializing, editing, validating, and forward-testing skills to ensure reliable activation and low context overhead.
- Use Case: A developer needs a repeatable pattern to add a PDF-processing skill with deterministic scripts and searchable references without bloating the model context.
Quick Start
Initialize a new skill using the init_skill.py generator, write a concise SKILL.md frontmatter with name and description, and add scripts, references, or assets only when they are truly reusable.