developing-claude-code-plugins

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

Content Preview
---
name: developing-claude-code-plugins
description: Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
---

# Developing Claude Code Plugins

## Overview

This skill provides efficient workflows for creating Claude Code plugins. Use it to make plugin development fast and correct - it synthesizes official docs into actionable steps and provides working exampl
How to Use

Recommended: Install to project (local)

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

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-developing-for-claude-code

Then reference at skills/developing-claude-code-plugins/SKILL.md

Related Skills