Agent skill

example-skill

Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/asadullah48/hackathon-superpowers/tree/main/templates/skill-template

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]

bash
# Example command or code
echo "Example"

Why this works: Explanation of the pattern and its benefits.

Pattern 2: [Pattern Name]

typescript
// Example code
const example = "value";

Anti-Patterns

❌ What NOT to Do

bash
# Bad example
rm -rf /

Why this is bad: Explanation of why to avoid this approach.

Best Practices

  1. Practice 1 - Description
  2. Practice 2 - Description
  3. Practice 3 - Description

Common Issues & Solutions

Issue 1: [Problem Description]

Solution:

bash
# Fix command

Related Skills

  • related-skill-1 - When to use it instead
  • related-skill-2 - How they work together

References

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results