| name | example-skill |
| description | An example skill demonstrating the basic structure and format |
Example Skill
This is an example skill that demonstrates how to structure a skill for Claude Code.
Overview
Use this skill as a reference when creating your own skills. It shows the required frontmatter format and common sections.
Instructions
- Read and understand the user's request
- Apply the skill's specialized knowledge
- Provide clear, actionable output
Examples
/example-skill - Activate this skill directly
- When a user asks about skill structure, this skill provides guidance
Guidelines
- Keep instructions clear and concise
- Use specific examples where possible
- Define any constraints or limitations
Notes
Skills can include additional files (scripts, resources) in the same folder if needed.