What problem does it solve? Writing a well-structured skill for Codex requires knowing the SKILL.md frontmatter contract, naming rules, progressive disclosure patterns, and validation requirements. This Skill guides the end-to-end creation and updating of skills so they trigger correctly and stay concise. ## Core Features & Use Cases - Guided authoring workflow: Six-step process covering understanding use cases, planning resources, initializing, editing, validating, and forward-testing with subagents. - Scaffolding scripts: init_skill.py generates a complete skill directory with SKILL.md template, agents/openai.yaml UI metadata, and optional scripts/references/assets folders; quick_validate.py checks frontmatter, naming, and description constraints. - Progressive disclosure guidance: Patterns for splitting content into references files so SKILL.md stays under 500 lines and context-efficient. - Use Case: A user asks to build a new pdf-editor skill; this Skill walks through gathering example use cases, running init_skill.py, writing the SKILL.md body, and validating the result. ## Quick Start Use the skill-creator skill to create a new skill named pdf-editor in my skills directory with scripts and references resources.