What A Skill Contains
A typical Codex-compatible skill can include:SKILL.mdexplains when to use the skill and how the workflow should run.agents/openai.yamlstores optional metadata for agent surfaces.scripts/contains deterministic helpers for repeatable work.references/contains supporting rules, examples, templates, or source notes.
When To Use A Skill
Use a skill when the work has a repeatable shape:- generating a morning brief
- cleaning local files with preview-first rules
- scraping a fixed source set
- publishing a report with the same structure each time
- following a workshop or contribution routine
How Skills Fit This Site
- The Practitioner Skills page lists repo-owned skill packages.
- The Workshops track teaches setup and guided execution.
- The Contributor Kit explains how public contributions are proposed, reviewed, and maintained.
