# example-skill > Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention. - Author: Asadullah - Repository: asadullah48/hackathon-superpowers - Version: 20260109095048 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/asadullah48/hackathon-superpowers - Web: https://mule.run/skillshub/@@asadullah48/hackathon-superpowers~example-skill:20260109095048 --- --- name: example-skill description: Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention. allowed-tools: bash_tool,view,str_replace,create_file --- # 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 - [Official Documentation](https://example.com) - [Tutorial](https://example.com/tutorial)