name: skill-name description: A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z"). license: MIT metadata: author: your-github-username version: "1.0"
Skill Name
Brief introduction to what this skill provides.
When to use this skill
Describe the scenarios where this skill should be activated:
- When the user asks about...
- When working with...
- When the task involves...
Prerequisites
List any requirements or dependencies:
- Required tools or libraries
- Environment setup
- Knowledge prerequisites
Instructions
Step 1: Title
Detailed instructions for the first step.
// Code example
Step 2: Title
Detailed instructions for the second step.
Examples
Example 1: Basic Usage
// Example code demonstrating basic usage
Example 2: Advanced Usage
// Example code demonstrating advanced patterns
Common Patterns
Document frequently used patterns and best practices.
Troubleshooting
Issue 1
Description and solution.
Issue 2
Description and solution.