|
|
9 miesięcy temu | |
|---|---|---|
| .claude | 9 miesięcy temu | |
| .claude-plugin | 10 miesięcy temu | |
| .codex | 9 miesięcy temu | |
| .github | 9 miesięcy temu | |
| .opencode | 9 miesięcy temu | |
| agents | 9 miesięcy temu | |
| commands | 10 miesięcy temu | |
| docs | 9 miesięcy temu | |
| hooks | 10 miesięcy temu | |
| lib | 9 miesięcy temu | |
| skills | 9 miesięcy temu | |
| tests | 9 miesięcy temu | |
| .gitignore | 11 miesięcy temu | |
| LICENSE | 10 miesięcy temu | |
| README.md | 9 miesięcy temu | |
| RELEASE-NOTES.md | 9 miesięcy temu |
A comprehensive skills library of proven techniques, patterns, and workflows for AI coding assistants.
Plus:
/superpowers:brainstorm, /superpowers:write-plan, /superpowers:execute-planRead the introduction: Superpowers for Claude Code
In Claude Code, register the marketplace first:
/plugin marketplace add obra/superpowers-marketplace
Then install the plugin from this 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
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.codex/INSTALL.md
Detailed docs: docs/README.codex.md
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
Detailed docs: docs/README.opencode.md
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