superpowers-developing-for-claude-code
v0.3.1Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
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
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-marketplacePaste 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-codeClone 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
├── .claude-plugin/plugin.json├── skills/developing-claude-code-plugins/SKILL.md└── skills/working-with-claude-code/SKILL.md
Included Skills2
Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
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
{
"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"
]
}For maintainers
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)