|
|
10 tháng trước cách đây | |
|---|---|---|
| .claude-plugin | 10 tháng trước cách đây | |
| agents | 10 tháng trước cách đây | |
| codex | 10 tháng trước cách đây | |
| commands | 10 tháng trước cách đây | |
| hooks | 10 tháng trước cách đây | |
| lib | 10 tháng trước cách đây | |
| scripts | 10 tháng trước cách đây | |
| skills | 10 tháng trước cách đây | |
| .gitignore | 10 tháng trước cách đây | |
| LICENSE | 10 tháng trước cách đây | |
| README.md | 10 tháng trước cách đây | |
| RELEASE-NOTES.md | 10 tháng trước cách đây |
Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and workflows.
Plus:
/superpowers:brainstorm, /superpowers:write-plan, /superpowers:execute-planRead the introduction: Superpowers for Claude Code
# In Claude Code
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
# Check that commands appear
/help
# Should see:
# /superpowers:brainstorm - Interactive design refinement
# /superpowers:write-plan - Create implementation plan
# /superpowers:execute-plan - Execute plan in batches
Brainstorm a design:
/superpowers:brainstorm
Create an implementation plan:
/superpowers:write-plan
Execute the plan:
/superpowers:execute-plan
Skills activate automatically when relevant. For example:
test-driven-development activates when implementing featuressystematic-debugging activates when debugging issuesverification-before-completion activates before claiming work is doneTesting (skills/testing/)
Debugging (skills/debugging/)
Collaboration (skills/collaboration/)
Meta (skills/meta/)
All commands are thin wrappers that activate the corresponding skill:
brainstorming skillwriting-plans skillexecuting-plans skillusing-superpowers skill at session startSkills live directly in this repository. To contribute:
writing-skills skill for creating new skillstesting-skills-with-subagents skill to validate qualitySee skills/meta/writing-skills/SKILL.md for the complete guide.
Skills update automatically when you update the plugin:
/plugin update superpowers
MIT License - see LICENSE file for details