Superpowers
github.com/obra/superpowers →266k stars. The repo that turned AI coding assistants into something actually useful
WHAT IT SOLVES
Claude and Codex are smart but passive — they do exactly what you say, never what you mean. No judgment, no memory, no workflow awareness
WHY IT'S INTERESTING
Methodology as installable plugins
Not just prompt templates — real software engineering practices (TDD, spec-driven dev, fix loops) packaged as separate .claude-plugin / .codex-plugin / .cursor-plugin files. Each editor gets its own native integration. You're installing a workflow, not a prompt collection
680 commits, 266k stars, still shipping real releases
v6.2.0 brought plan-scoped workspace and resume-based fix loops — so when the AI breaks something, it picks up from the checkpoint instead of starting over. 680 commits, 142 open issues, 185 PRs. This isn't a show-and-tell repo — people are shipping with it
One protocol, three editors — Claude, Codex, and Cursor
Most AI toolchains are locked to one model. Superpowers' plugin structure lets the same skill definitions work across three completely different AI environments. That's not an afterthought — it's an architectural decision
「"An agentic skills framework & software development methodology that works"」
TECH GUESS
Markdown-based skill protocol + native plugin formats for each editor (.claude-plugin etc.), no runtime dependencies
Discussion (0)
- No comments yet — be the first.
Related
#180▶ 100Run 5 AI coding agents side by side — and yell at them from your phone
#179▶ 121An AI coding assistant that actually recovers when it gets stuck
#177▶ 127Feed Claude Code a GitHub Issue, get a merged PR back
