Example skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-ee6a4235)More formats (shields.io, HTML) on the badges page.
---
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
```yaml
# Example configuration
config:
enabled: true
timeout: 30s
retries: 3
```
## Reference Files
- `references/yaml-style-guide.md` - YAML formatting standards
- `references/example-config.md` - Configuration options
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!