#1 · Primary category: AI Coding Assistants
superpowers
An agentic skills framework & software development methodology that works.
Project last updated:08/29/26
GitHub Stars
279.4K
Forks
25.0K
Contributors
44
License
MIT
Why we included this project
Superpowers is a skills pack that drops a structured development workflow onto the coding agent you already use, whether that's Claude Code, Cursor, or one of the other supported harnesses. The agent no longer jumps straight into code. Instead it pulls a spec out of your conversation, shows it to you in chunks you can actually read, and waits for your sign-off before writing an implementation plan built on red/green TDD, YAGNI, and DRY. From there a subagent-driven process takes over, with agents working through each task, reviewing their own output, and continuing for hours without drifting from the plan. Teams that want more predictable, reviewable AI-assisted development without switching tools will find this a practical way to get it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.