// Skill profile
obra/superpowers is a 276K-star agentic skills framework and software development methodology created by Jesse Vincent (obra) and Prime Radiant. Rather than jumping straight into code, Superpowers guides coding agents through a structured lifecycle: brainstorming and spec refinement, git-worktree isolation, plan decomposition into 2-5 minute tasks, subagent-driven execution with two-stage review, test-driven development (RED-GREEN-REFACTOR), code review, and branch completion. The framework ships composable SKILL.md-formatted skills that load into 14+ agent harnesses — Claude Code, Cursor, Codex, Gemini CLI, Antigravity, Devin CLI, GitHub Copilot CLI, Grok Build CLI, Kimi Code, OpenCode, Pi, Hermes Agent, Factory Droid, and more. Skills trigger automatically based on context with no manual activation required. MIT-licensed with commercial support available from Prime Radiant.
Superpowers is the most-starred agent skills framework on GitHub, offering a complete software development methodology for AI coding agents. Created by Jesse Vincent (obra) and backed by Prime Radiant, the project takes a distinctive position: instead of treating agent skills as isolated commands, Superpowers imposes a structured development lifecycle that guides agents from idea to shipped code. The framework has reached 276K+ stars — making it one of the most popular open-source projects of any kind — because it solves the fundamental problem of agent reliability: agents that jump straight into coding produce inconsistent results, while agents that follow a disciplined process produce reviewable, testable, mergeable work.
Superpowers organizes development into seven sequential stages, each backed by a composable skill:
Skills trigger automatically based on the development context — no slash commands or manual activation required.
Install Superpowers into your agent harness (Claude Code example):
# Clone the superpowers repo
git clone https://github.com/obra/superpowers.git
# Install skills into your Claude Code project
cp -r superpowers/skills/ .claude/skills/
Once installed, skills activate automatically. Start a conversation with your agent about a feature you want to build — Superpowers will guide the process from brainstorming through to a merged PR.
AI agents that work well with Superpowers.
Single 70-line CLAUDE.md derived from Karpathy's LLM coding-pitfall observations — #1 GitHub trending for 28 consecutive days.
Production-grade engineering skills for AI coding agents — addyosmani's curated bundle covering Claude Code, Cursor, and Antigravity workflows.
Turn any codebase into a queryable knowledge graph — deterministic AST parsing via tree-sitter, Leiden clustering, no vector store required.