| name | example-skill |
| description | Template for creating a skill |
| version | 1.0.0 |
Example Skill
Purpose: This is a template showing the structure of a skill.
When to Use This Skill
- When condition 1 applies
- When condition 2 applies
- When user says "[trigger phrase]"
Step-by-Step Procedure
Step 1: Gather Information
Collect the necessary context:
- What is the user trying to accomplish?
- What constraints exist?
- What does "done" look like?
Step 2: Execute
Perform the main action:
- Sub-step 1
- Sub-step 2
- Sub-step 3
Step 3: Verify
Confirm the work is complete:
- Check output matches expectations
- Run any verification commands
- Report results to user
Templates
Output Template
โ
[Task] complete
[Summary of what was done]
Results:
โข [Result 1]
โข [Result 2]
Next steps:
โข [Action 1]
โข [Action 2]
Configuration
- Config location: ~/.claude/config/example.json
- Related files: List any related files
Notes
- Important consideration 1
- Important consideration 2
Last updated: [date]