Agent skill
example-skill
Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention.
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]
# 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 command
Related Skills
related-skill-1- When to use it insteadrelated-skill-2- How they work together
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
caps-format-validator
Validate CAPS (Coding Agent Playbook Spec) playbooks for correctness, completeness, and compatibility with Claude Code and Goose
agents-md-generator
Automatically generate comprehensive AGENTS.md files that teach AI agents how to work with a repository's structure, conventions, and guidelines
kubernetes-health-check
Verify Kubernetes cluster health, resource availability, and readiness before deploying applications
handoff
Compact the current conversation into a handoff document for another agent to pick up.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?