Example Skill
This is a reference implementation showing YAML best practices.
Purpose
Provides a reference implementation demonstrating proper YAML formatting, frontmatter structure, and skill documentation standards for creating new Claude Code skills.
Process
- Review Structure: Examine frontmatter fields (name, description, version, tags)
- Study Formatting: Observe indentation, spacing, and section organization
- Apply Patterns: Use as template when creating new skills
- Validate: Ensure new skills match this reference format
When to Use
- When learning skill structure and formatting standards
- When creating new skills as a reference template
- When reviewing or updating existing skills for compliance
- When training others on skill creation 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