|
|
11 kuukautta sitten | |
|---|---|---|
| .claude-plugin | 11 kuukautta sitten | |
| commands | 11 kuukautta sitten | |
| hooks | 11 kuukautta sitten | |
| lib | 11 kuukautta sitten | |
| skills | 11 kuukautta sitten | |
| .gitignore | 11 kuukautta sitten | |
| LICENSE | 11 kuukautta sitten | |
| README.md | 11 kuukautta sitten | |
| RELEASE-NOTES.md | 11 kuukautta sitten |
Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and tools.
The superpowers plugin is a minimal shim that:
~/.config/superpowers/skills/All skills, scripts, and documentation live in the separate superpowers-skills repository. Edit skills locally, commit changes, and contribute back via pull requests.
Skills Repository: https://github.com/obra/superpowers-skills
Plus:
/brainstorm, /write-plan, /execute-planRead the introduction: Superpowers for Claude Code
# In Claude Code
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
The plugin automatically handles skills repository setup on first run.
# Check that commands appear
/help
# Should see:
# /brainstorm - Interactive design refinement
# /write-plan - Create implementation plan
# /execute-plan - Execute plan in batches
The plugin fetches and fast-forwards your local skills repository on each session start. If your local branch has diverged, Claude notifies you to use the pulling-updates-from-skills-repository skill.
If you forked the skills repository during setup, you can contribute improvements:
~/.config/superpowers/skills/obra/superpowers-skillsFind skills before starting any task:
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/find-skills # All skills with descriptions
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/find-skills test # Filter by pattern
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/find-skills 'TDD|debug' # Regex pattern
Brainstorm a design:
/brainstorm
Create an implementation plan:
/write-plan
Execute the plan:
/execute-plan
Testing (skills/testing/)
Debugging (skills/debugging/)
Collaboration (skills/collaboration/)
Meta (skills/meta/)
Using tools:
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/find-skills # Show all skills
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/find-skills pattern # Search skills
${SUPERPOWERS_SKILLS_ROOT}/skills/using-skills/skill-run <path> [args] # Run any skill script
find-skills shows all available skills with descriptionsMIT License - see LICENSE file for details