example-skill
Installation
SKILL.md
Example Skill
Purpose: This skill exists to demonstrate the Skills-as-Containers pattern introduced in PAI. Use it as a template for creating your own skills.
Architecture Overview
Skills in PAI are organized as self-contained containers with:
Core Components
- SKILL.md - Core skill definition with routing logic (you're reading it now!)
- workflows/ - Specific task workflows for discrete operations
- assets/ - Templates, references, and helper files
Progressive Disclosure
- Metadata (always loaded) - Name, description, triggers
- Instructions (loaded when triggered) - This SKILL.md content
- Resources (loaded as needed) - Individual workflow and asset files
Included Workflows
Related skills