Agent Plugins Marketplace
All plugins

superpowers

v6.3.0

An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.

CodexClaude Code14 Skills

By Jesse VincentLicense: MIT286.9k GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 14, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install superpowers for Codex and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install superpowers-4@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “superpowers-4” remain stable.

  • Codex: Legacy selector superpowers-4@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/obra/superpowers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

superpowers/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/dispatching-parallel-agents/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/subagent-driven-development/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-superpowers/SKILL.md
├── skills/verification-before-completion/SKILL.md
├── skills/writing-plans/SKILL.md
└── skills/writing-skills/SKILL.md

Included Skills14

brainstormingskills/brainstorming/SKILL.md

You 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-agentsskills/dispatching-parallel-agents/SKILL.md

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

executing-plansskills/executing-plans/SKILL.md

Use when you have a written implementation plan to execute in a separate session with review checkpoints

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work

receiving-code-reviewskills/receiving-code-review/SKILL.md

Use 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-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

subagent-driven-developmentskills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

systematic-debuggingskills/systematic-debugging/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

using-git-worktreesskills/using-git-worktrees/SKILL.md

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

using-superpowersskills/using-superpowers/SKILL.md

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

verification-before-completionskills/verification-before-completion/SKILL.md

Use 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-plansskills/writing-plans/SKILL.md

Use when you have a spec or requirements for a multi-step task, before touching code

writing-skillsskills/writing-skills/SKILL.md

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "superpowers",
  "version": "6.3.0",
  "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
  "author": {
    "name": "Jesse Vincent",
    "email": "[email protected]",
    "url": "https://github.com/obra"
  },
  "homepage": "https://github.com/obra/superpowers",
  "repository": "https://github.com/obra/superpowers",
  "license": "MIT",
  "keywords": [
    "brainstorming",
    "subagent-driven-development",
    "skills",
    "planning",
    "tdd",
    "debugging",
    "code-review",
    "workflow"
  ],
  "skills": "./skills/",
  "hooks": {},
  "interface": {
    "displayName": "Superpowers",
    "shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
    "longDescription": "Use Superpowers to guide agent work through brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows.",
    "developerName": "Jesse Vincent",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "I've got an idea for something I'd like to build.",
      "Let's add a feature to this project."
    ],
    "websiteURL": "https://github.com/obra/superpowers",
    "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "brandColor": "#F59E0B",
    "composerIcon": "./assets/superpowers-small.svg",
    "logo": "./assets/app-icon.png",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "superpowers",
  "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
  "version": "6.3.0",
  "author": {
    "name": "Jesse Vincent",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/obra/superpowers",
  "repository": "https://github.com/obra/superpowers",
  "license": "MIT",
  "keywords": [
    "skills",
    "tdd",
    "debugging",
    "collaboration",
    "best-practices",
    "workflows"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[superpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superpowers-4)