/connect/obra/superpowers
obra/superpowers
The original agentic skills framework — opinionated engineering culture as markdown. Connect it as a live MCP server — every SKILL.md shows up in your agent as a tool, auto-updating on every commit.
MCP URL
any MCP-aware client — transport: streamable-http
- 01
Open your MCP client's server settings and add a new server.
- 02
Set the transport to "streamable-http" (or "HTTP" if there's no streamable option) and paste this URL:
- url
https://mcp.skillsovermcp.com/mcp/obra/superpowers
/tools
14 skills ready to use
Each SKILL.md shows up to your agent as a callable tool. The frontmatter says when to use it; the body says how.
brainstorming
skills/brainstorming/SKILL.mdYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
dispatching-parallel-agents
skills/dispatching-parallel-agents/SKILL.mdUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
executing-plans
skills/executing-plans/SKILL.mdUse when you have a written implementation plan to execute in a separate session with review checkpoints
finishing-a-development-branch
skills/finishing-a-development-branch/SKILL.mdUse when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
receiving-code-review
skills/receiving-code-review/SKILL.mdUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
requesting-code-review
skills/requesting-code-review/SKILL.mdUse when completing tasks, implementing major features, or before merging to verify work meets requirements
subagent-driven-development
skills/subagent-driven-development/SKILL.mdUse when executing implementation plans with independent tasks in the current session
systematic-debugging
skills/systematic-debugging/SKILL.mdUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
test-driven-development
skills/test-driven-development/SKILL.mdUse when implementing any feature or bugfix, before writing implementation code
using-git-worktrees
skills/using-git-worktrees/SKILL.mdUse when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
using-superpowers
skills/using-superpowers/SKILL.mdUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
verification-before-completion
skills/verification-before-completion/SKILL.mdUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
writing-plans
skills/writing-plans/SKILL.mdUse when you have a spec or requirements for a multi-step task, before touching code
writing-skills
skills/writing-skills/SKILL.mdUse when creating new skills, editing existing skills, or verifying skills work before deployment
/what
What is this page?
Skills Over MCP turns any public GitHub repo of SKILL.md files into a live MCP server. This page is the share link for obra/superpowers — hand it to a teammate and they can paste the MCP URL into Claude Code, Cursor, or Codex in seconds.
Don't have a skills repo yet? Use the template — fork it, push your own SKILL.md files, and you'll have a stable MCP URL of your own.
Connect your own repo →
Paste a GitHub URL, get a stable MCP endpoint. No signup. No rebuilds. Free for public repos.