What problem does it solve? Building custom Codex Skills requires knowing the exact SKILL.md format, YAML frontmatter rules, and directory conventions, and mistakes in any of these prevent the skill from being discovered or loaded correctly. ## Core Features & Use Cases - Specification Reference: Documents the required name and description frontmatter fields, character limits, and formatting rules for valid SKILL.md files. - Progressive Disclosure Guidance: Explains the 3-level loading architecture so skills scale to 100+ installs without context bloat. - Ready-to-Use Templates: Provides basic, intermediate, and advanced skill templates plus validation checklists and real-world examples. - Use Case: You want to build a custom skill that generates React components for your team. Use this Skill to scaffold the directory, write a compliant SKILL.md with proper trigger conditions, and organize scripts and resources correctly. ## Quick Start Ask the AI to create a new Codex Skill for your workflow using the Skill Builder templates and specification.