advanced-example
Installation
SKILL.md
Advanced Example Skill
This skill demonstrates all available metadata fields and shows how to organize a complex skill with multiple subdirectories, examples, and templates.
Complete Folder Structure
advanced-example/
├── SKILL.md ← This file with full metadata
├── examples/ ← Example files directory
│ ├── example1.py ← Python example
│ └── example2.txt ← Text example
├── templates/ ← Template files directory
│ └── template.txt ← Template file
└── README.md ← Additional documentation (optional)