example-skill
An example skill that demonstrates the skill format for zudo-doc documentation.
File Structure
example-skill/
├── SKILL.md
├── scripts/
│ └── validate.sh
├── references/
│ ├── best-practices.md
│ └── skill-anatomy.md
└── assets/
└── skill-template.md
Example Skill
This is a sample skill to verify that the Claude Resources integration generates skill documentation correctly.
When to Use
- When testing the
claude-resourcesintegration - As a template for creating new skills
How It Works
- The skill is discovered from
.claude/skills/example-skill/SKILL.md - Frontmatter (
name,description) is extracted - The body content is rendered as an MDX page
Example Usage
/example-skill
Notes
- Skills can include
scripts/,assets/, andreferences/subdirectories - The
descriptionfrontmatter is shown in the skills index page