Agent Plugins Marketplace
All plugins

superpowers-developing-for-claude-code

v0.3.1

Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.

Claude Code2 Skills

By Jesse VincentLicense: MIT141 GitHub starsUpdated 9 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Dec 3, 2025
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-developing-for-claude-code for 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-developing-for-claude-code@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.

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.

Get the source manually
git clone https://github.com/obra/superpowers-developing-for-claude-code

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-developing-for-claude-code/
├── .claude-plugin/plugin.json
├── skills/developing-claude-code-plugins/SKILL.md
└── skills/working-with-claude-code/SKILL.md

Included Skills2

developing-claude-code-pluginsskills/developing-claude-code-plugins/SKILL.md

Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle

working-with-claude-codeskills/working-with-claude-code/SKILL.md

Use when working with Claude Code CLI, plugins, hooks, MCP servers, skills, configuration, or any Claude Code feature - provides comprehensive official documentation for all aspects of Claude Code

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "superpowers-developing-for-claude-code",
  "version": "0.3.1",
  "description": "Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.",
  "author": {
    "name": "Jesse Vincent",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/obra/superpowers-developing-for-claude-code",
  "repository": "https://github.com/obra/superpowers-developing-for-claude-code",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "plugin-development",
    "skills",
    "mcp",
    "documentation",
    "development"
  ]
}

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

[superpowers-developing-for-claude-code on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superpowers-developing-for-claude-code)