Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention.
Install
npx skillscat add asadullah48/hackathon-superpowers/example-skill Install via the SkillsCat registry.
SKILL.md
Skill Name
When to Use
Use this skill when:
- User mentions [trigger keyword 1]
- User asks to [action 1]
- User needs help with [domain 1]
Core Patterns
Pattern 1: [Pattern Name]
# Example command or code
echo "Example"Why this works:
Explanation of the pattern and its benefits.
Pattern 2: [Pattern Name]
// Example code
const example = "value";Anti-Patterns
❌ What NOT to Do
# Bad example
rm -rf /Why this is bad:
Explanation of why to avoid this approach.
Best Practices
- Practice 1 - Description
- Practice 2 - Description
- Practice 3 - Description
Common Issues & Solutions
Issue 1: [Problem Description]
Solution:
# Fix commandRelated Skills
related-skill-1- When to use it insteadrelated-skill-2- How they work together