| name | your-skill-name |
| description | Brief description of what this skill does and when to use it. Be specific with trigger keywords so Claude knows when to apply this skill. |
| allowed-tools | Read, Write, Edit, Bash, Grep, Glob |
| model | claude-sonnet-4-5-20250929 |
Your Skill Name
Brief overview of what this skill does and its purpose.
Instructions
Provide clear, step-by-step guidance for Claude:
First step
- Detailed instructions
- What to look for
- How to proceed
Second step
- More instructions
- Edge cases to consider
- Expected outcomes
Third step
- Final steps
- Validation
- Output format
Key Files
List important files Claude should reference:
path/to/file1.py- Descriptionpath/to/file2.py- Descriptionconfig/settings.json- Configuration
Common Tasks
Task 1: Do something specific
# Example command
command --flag value
Explanation of what this does.
Task 2: Another common task
# Example code
import module
result = module.function()
Output Guidelines
Specify how Claude should format outputs:
- What to include
- Structure to follow
- Formatting preferences
Examples
Example 1: Simple use case
When asked "Do X":
- Step 1
- Step 2
- Expected result
Example 2: Complex use case
When asked "Do Y with Z":
- More detailed steps
- Handle edge cases
- Provide comprehensive output
Tips and Best Practices
- Tip 1
- Tip 2
- Common pitfalls to avoid
See Also
Link to other related skills or documentation: