example-skill
// Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.
$ git log --oneline --stat
stars:2
forks:0
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameexample-skill
descriptionExample skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.
Example Skill
This is a demonstration skill showing all possible subdirectories.
Quick Start
- Check
references/patterns.mdfor detailed patterns - Use
assets/component-template.tsxas a starter - Run
scripts/validate.shto check your code - See
examples/good-example.tsxfor reference
Structure
scripts/- Executable automation scriptsreferences/- Detailed documentationassets/- Templates and resourcesexamples/- Real code examples