Create or update a Codex skill with a lean SKILL.md, optional scripts/references/assets, and a workflow that matches the task's fragility. Use when users ask to add a new skill, refine an existing skill, or package repeated know-how into a reusable capability.
Use this skill when the user wants a reusable Codex skill, not just a one-off answer.
Create or update skills/<skill-name>/SKILL.md and only add extra files when they improve reliability or reduce repeated context.
SKILL.md only for lightweight procedural guidance.scripts/ when the task needs deterministic execution or repeated code.references/ for detailed docs that should be loaded only when needed.assets/ for templates or files used in outputs.name: stable kebab-case identifier.description: say what the skill does and when it should be used.references/.README.md, CHANGELOG.md, or setup notes unless the skill directly needs them.SKILL.md and move per-variant detail into separate reference files.---