| name | example-skill |
| description | Example skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference. |
| version | 1.0.0 |
| tags | example, reference, yaml |
Example Skill
This is a reference implementation showing YAML best practices.
Features
- Clean, consistent formatting
- Proper indentation (2 spaces)
- Clear section organization
- Helpful comments
Usage
# Example configuration
config:
enabled: true
timeout: 30s
retries: 3
Reference Files
references/yaml-style-guide.md- YAML formatting standardsreferences/example-config.md- Configuration options