Superpowers
MIT Runs codeA widely adopted skills library for coding agents covering brainstorming, planning, TDD and debugging workflows.
Summary
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
- Formats
skill-md- License
- MIT
- Added
- 2026-09-10
Get it
From the project’s own instructions where it documents any; otherwise a plain clone.
-
/plugin install superpowers@claude-plugins-official
In Claude Code, from Anthropic's official plugin marketplace. Read the scripts it bundles before installing.
Contents
195 files 4.7 MB repository
-
.md94 -
.sh41 -
.json14 -
.js10 -
.txt9 -
(no ext)7 -
.py6 -
.mjs2
Use it with
Commands are curated, not yet run by us.
Claude Code — Install every skill in the collection as a user-level Claude Code skill.
$ cp -r ./superpowers/skills/. ~/.claude/skills/
Claude Code — Check that Claude Code picked the skills up.
$ claude -p 'List the skills you have available and when you would use each one.'
OpenAI Codex CLI — Have Codex read an instruction file non-interactively.
$ codex exec 'Read SKILL.md and summarise the instructions it gives an agent.'