What problem does it solve? Writing a well-structured Codex skill from scratch is error-prone: frontmatter rules, naming conventions, directory layout, and UI metadata are easy to get wrong. This Skill guides the full lifecycle of creating or updating skills so they trigger correctly and stay concise. ## Core Features & Use Cases - Guided Creation Workflow: Six-step process covering understanding use cases, planning resources, initialization, editing, validation, and iteration. - Scaffolding Scripts: init_skill.py generates a complete skill directory with SKILL.md template, agents/openai.yaml, and optional scripts/references/assets folders. - Validation & UI Metadata: quick_validate.py checks frontmatter and naming rules; generate_openai_yaml.py produces display metadata for skill lists. - Use Case: When you want to teach Codex a repeatable workflow—like processing a proprietary file format—use this Skill to scaffold, document, and validate a new skill folder that Codex auto-discovers. ## Quick Start Use the skill-creator skill to create a new skill named pdf-reporter in my Codex skills directory with scripts and references resources.