Example Skill
Use this skill as a compact template for personal Codex skills.
Workflow
- Read the user request and confirm this skill's scope applies.
- Load only the specific reference file needed for the task.
- Prefer scripts for repeatable or fragile operations.
- Keep generated output focused on the user's requested artifact.
Resource Guide
references/: Put detailed domain notes or API references here.scripts/: Put deterministic helpers here.assets/: Put templates, images, or reusable source files here.
Quality Bar
- Keep
SKILL.mdconcise. - Avoid duplicating content between
SKILL.mdand references. - Include only files that directly help Codex perform the skill.