superpowers-developing-for-claude-code

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

Content Preview
{
  "name": "superpowers-developing-for-claude-code",
  "source": {
    "source": "url",
    "url": "https://github.com/obra/superpowers-developing-for-claude-code.git"
  },
  "description": "Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.",
  "version": "0.3.1",
  "strict": true
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/superpowers-developing-for-claude-code.md \
  https://raw.githubusercontent.com/obra/superpowers-marketplace/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers-marketplace

Then reference at .claude-plugin/marketplace.json

Related Skills