superpowers-skills
Disciplined AI workflows for debugging, testing, planning, and code review
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Superpowers Skills?▼
Run `npx skills add obra/superpowers-skills --all -g -y` in your terminal to install the full skill library globally.
What does Superpowers Skills do?▼
It gives your AI coding agent step-by-step workflows for debugging, TDD, planning, code review, and problem-solving so it follows disciplined engineering practices instead of guessing.
How do these skills improve AI debugging?▼
The systematic-debugging and root-cause-tracing skills force the agent to find the actual cause of a bug before proposing fixes, preventing random patches that create new issues.
Does Superpowers Skills work with Claude Code?▼
Yes. It was built as the community skill library for the Claude Code superpowers plugin and follows the standard SKILL.md format.
Can I contribute my own skills?▼
Yes. Fork the repository, follow the writing-skills and testing-skills-with-subagents guides to build and pressure-test your skill, then submit a pull request.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core