| name | example-skill |
| description | Example skill demonstrating YAML best practices |
| 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
REFERENCE/yaml-style-guide.md- YAML formatting standardsREFERENCE/example-config.md- Configuration options