Skills Board vs Superpowers
Skills Board vs Superpowers
Superpowers is a plugin from Jesse Vincent, described in its README as a complete software development methodology for coding agents, built on composable skills plus the instructions that make an agent reach for them. Fourteen skill folders cover brainstorming, planning, red and green TDD, subagent-driven development, systematic debugging, and code review.
Skills Board is the agent-native skills registry for teams: the web app where a team keeps and shares its AI skills, scoped to the people you invite, with the original repository and path on every entry and an authenticated MCP endpoint a compatible agent can query.
They answer different questions, and they compose. Superpowers decides how your agent works. Skills Board holds the set your team settled on, including the Superpowers folders you keep, saved straight from github.com/obra/superpowers.
Comparison last checked August 23, 2026. Every claim about Superpowers links to a public page you can check yourself.
01 / Context
Where an installed methodology stops being the whole answer
Superpowers is opinionated on purpose, and that is most of its value. The gap shows up around it rather than inside it.
- It ships one curated methodology. The contributing section says the project does not generally accept contributions of new skills, so it is not the place your own skills go.
- It installs once per harness. The README carries fourteen separate install sections, from Claude Code to Codex, Cursor, Gemini CLI, and OpenCode, and says to install separately for each one you use.
- In Claude Code, plugin skills load where the plugin is enabled and answer to a plugin-name:skill-name command, so what a teammate has depends on which plugins that teammate turned on.
- The skills that describe your product, your deploy path, and your review conventions will never ship inside somebody else's plugin.
- Nothing in a plugin records which of its fourteen folders your team actually settled on, or why.
02 / Comparison
Side by side
One is a method you install. The other is where your team's AI skills live.
| Dimension | Skills Board | Superpowers |
|---|---|---|
| What it is | The agent-native skills registry for teams: the web app where a team keeps and shares its AI skills. | A plugin its README calls a complete software development methodology for coding agents, built on composable skills plus instructions that make the agent use them.Superpowers README |
| Who writes the contents | Your teammates, saving skills from wherever they come from, Superpowers included. | Jesse Vincent and the rest of the folks at Prime Radiant. The contributing section states the project does not generally accept contributions of new skills.Superpowers READMESuperpowers plugin manifest |
| What is inside | Whatever your team saves. Each entry records the original repository and path. | Fourteen folders under skills/, each one a SKILL.md with name and description frontmatter, covering TDD, debugging, brainstorming, plan writing and execution, worktrees, code review, and skill authoring.obra/superpowers on GitHubSuperpowers README |
| How you get it | Sign in to the web app. Per entry: the original source, a copy-ready install command, a ZIP of the latest files, or an authenticated MCP endpoint. | A plugin install per harness. In Claude Code, /plugin install superpowers@claude-plugins-official from the official marketplace, or the same plugin from obra/superpowers-marketplace.Superpowers READMEanthropics/claude-plugins-official |
| Where it lands for a teammate | One organization-scoped library, the same for every invited teammate whatever agent that teammate runs. | Claude Code documents plugin skills at <plugin>/skills/<skill-name>/SKILL.md, available wherever the plugin is enabled and namespaced plugin-name:skill-name.Claude Code documentation, Skills |
| Mixed agent teams | One entry, and each teammate takes the source link, the install command, or the ZIP that suits the agent in front of them. | Separate documented install steps for Claude Code, Antigravity, the Codex app and CLI, Cursor, Devin CLI, Factory Droid, Gemini CLI, GitHub Copilot CLI, Grok Build CLI, Kimi Code, OpenCode, Pi, and Hermes Agent.Superpowers README |
| What an agent can query | An authenticated MCP endpoint, listed on the Official MCP Registry as io.github.TommyBez/skillsboard, with browser sign-in and no API key to copy. | The plugin loads its skills into the agent directly, and the source is a public git repository you can clone or read on GitHub.obra/superpowers on GitHub |
| Versions | The latest version available from the saved source. Skills Board does not pin or preserve historical versions. | A versioned plugin: the manifest read 6.3.0 on the day we checked, and the README says updates are somewhat agent dependent and often automatic.Superpowers plugin manifestSuperpowers README |
| License and cost | Free forever for the hosted product. MIT licensed, code public at github.com/TommyBez/skillsboard. | MIT licensed, copyright Jesse Vincent. The README points enterprises that want commercial support, extra tooling, or managed spending at Prime Radiant.obra/superpowers on GitHubSuperpowers README |
03 / Pick the other one
When Superpowers is the thing to install
This is a real product solving a real problem, and for a lot of people it is the right answer on its own.
- You want an opinionated process rather than a menu: design first, plan, then implement, with the skills triggering on their own.
- You want red and green TDD run as a cycle, write the failing test, watch it fail, write the minimal code, watch it pass, rather than as a suggestion.
- You want subagent-driven development with a two-stage review, spec compliance first and code quality second, without building it yourself.
- You work alone or on one harness, so a single plugin install already covers everyone who needs it.
- You would rather the method arrive as a versioned plugin that updates itself than as a list a person keeps current.
04 / Pick the library
When a team registry fits better
Skills Board starts from a smaller problem: your teammates cannot find your team's AI skills.
- The skills you need most are about your product, your deploy path, and your review conventions, so no third-party plugin will ever ship them.
- Teammates run different agents, and you would rather keep one entry than one install command per harness.
- You want people to search by the task they are doing and see the original source before they use anything.
- You want a compatible agent to search the same team list over an authenticated MCP endpoint instead of asking a person.
- You want teammates who never install a plugin, including designers, writers, and product folks, to reach the same set.
05 / How to run it
Running Superpowers and a team registry together
Nothing here replaces the plugin. This is the short path from an installed method to a list your team can search.
- Keep Superpowers installed in the agents where you want its methodology.
- Create a team library and save the Superpowers folders your team settled on, from github.com/obra/superpowers, so each entry points at the SKILL.md a teammate can read.
- Save the skills your team wrote itself next to them, each from its own repository and path.
- Tag both sets the way your team searches, by workflow or by the surface the skill belongs to.
- Invite your teammates, or connect a compatible agent over MCP so it can search the same list without leaving the agent.
06 / Questions
Frequently asked questions
- Is Skills Board a replacement for Superpowers?
- No. Superpowers is an installed plugin that gives a coding agent one development methodology. Skills Board is the web app where a team keeps and shares its AI skills, whatever those skills came from. Teams commonly install Superpowers and save the folders they settled on to their team library.
- Can I save Superpowers skills to Skills Board?
- Yes. Superpowers is a public MIT-licensed repository and each of its fourteen skill folders holds a SKILL.md, so saving one records the original repository and path and a teammate opens the same folder you did.
- Does Skills Board install or run skills?
- No. It records the original repository and path, and offers the source link, an install command, or a ZIP of the latest files available at download time. Installing Superpowers is still a plugin install inside your agent.
- Is Superpowers only for Claude Code?
- No. The README documents install steps for fourteen harnesses, Claude Code, Antigravity, Codex, Cursor, Devin CLI, Factory Droid, Gemini CLI, GitHub Copilot CLI, Grok Build CLI, Kimi Code, OpenCode, Pi, and Hermes Agent among them, and asks you to install it separately for each one you use.
- What does Skills Board cost?
- The hosted product is free forever, with no trial, credit card, or paid tier. The code is MIT licensed and open source.
Sources
- obra/superpowers on GitHub
The public repository, the fourteen folders under skills/, and the MIT license file with its copyright line.
- Superpowers README
The methodology description, the per-harness install sections, the workflow and skills library listings, the note on contributing new skills, updating, and commercial support.
- Superpowers plugin manifest
The plugin name, description, version, author, and MIT license as declared to Claude Code.
- anthropics/claude-plugins-official
The official marketplace manifest that lists superpowers in the development category and points at github.com/obra/superpowers.
- Claude Code documentation, Skills
Where plugin skills live on disk, that they are available where the plugin is enabled, and the plugin-name:skill-name namespace.
Keep reading
Put your team's skills somewhere everyone can find them.
Free forever, MIT licensed, and open source. Create a library, save the first skill, and invite the people who keep asking.
Skills Board updates
Follow the build
An occasional email when Skills Board ships a new feature or publishes a new guide.
Only Skills Board updates. Unsubscribe anytime.