name: example-skill description: Example 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