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").
Install
npx skillscat add open-circle/agent-skills/skill-name Install via the SkillsCat registry.
SKILL.md
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 exampleStep 2: Title
Detailed instructions for the second step.
Examples
Example 1: Basic Usage
// Example code demonstrating basic usageExample 2: Advanced Usage
// Example code demonstrating advanced patternsCommon Patterns
Document frequently used patterns and best practices.
Troubleshooting
Issue 1
Description and solution.
Issue 2
Description and solution.