What problem does it solve? Creating a well-structured skill for Codex requires knowing the SKILL.md format, frontmatter rules, naming conventions, and resource organization, which is easy to get wrong without guidance. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a complete skill directory with a SKILL.md template, agents/openai.yaml UI metadata, and optional scripts, references, and assets folders. - Validation: Run quick_validate.py to check YAML frontmatter, required fields, naming rules, and description constraints before publishing. - Authoring Guidance: Follow built-in principles for concise instructions, progressive disclosure, and forward-testing with subagents. - Use Case: When you want to teach Codex a repeatable workflow like rotating PDFs, use this skill to scaffold a pdf-editor skill, add a rotate script, write triggering descriptions, and validate the result. ## Quick Start Use the skill-creator skill to create a new skill named pdf-editor in my skills directory with a scripts folder.