version: "1.0.1" 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.md for detailed patterns - Use
assets/component-template.tsx as a starter - Run
scripts/validate.sh to check your code - See
examples/good-example.tsx for reference
Structure
scripts/ - Executable automation scriptsreferences/ - Detailed documentationassets/ - Templates and resourcesexamples/ - Real code examples