Expert [skill-name] assistance covering [feature 1], [feature 2], and [feature 3]. Use when [working with X], [debugging Y], or [implementing Z].
Install
npx skillscat add g1joshi/agent-skills/template Install via the SkillsCat registry.
SKILL.md
Skill Name
Brief overview of what this skill does and the key capabilities it provides.
When to Use
- Trigger phrase or scenario 1
- Trigger phrase or scenario 2
- Trigger phrase or scenario 3
Quick Start
// Minimal working example - copy-paste ready
// Include essential imports and setupCore Concepts
Concept 1
Explanation of fundamental concept with practical context.
// Code example demonstrating the conceptConcept 2
Another essential concept with clear explanation.
// Practical code exampleCommon Patterns
Pattern Name
Problem: What challenge does this solve?
Solution:
// Recommended approach with commentsBest Practices
Do:
- Practice 1 with rationale
- Practice 2 with explanation
Don't:
- Anti-pattern 1 and why
- Anti-pattern 2 and the alternative
Troubleshooting
| Error | Cause | Solution |
|---|---|---|
| Error message | Why it happens | How to fix |