Claude Code向け開発のベストプラクティスガイド。Superpowersチームによる開発ガイド。
A Claude Code plugin providing skills and comprehensive documentation for building plugins, skills, MCP servers, and other Claude Code extensions.
Complete, authoritative documentation for Claude Code directly from docs.claude.com.
Topics covered:
Streamlined workflows and patterns for creating Claude Code plugins.
Use this skill to make plugin development faster and easier - it synthesizes official docs into actionable steps.
claude
/plugin marketplace add /path/to/superpowers-developing-for-claude-code
/plugin install superpowers-developing-for-claude-code@superpowers-developing-for-claude-code-dev
The skills are automatically available to Claude when working on tasks that match their descriptions.
To fetch the latest Claude Code documentation:
node ~/.claude/plugins/plugin:superpowers-developing-for-claude-code@superpowers-developing-for-claude-code-dev/skills/working-with-claude-code/scripts/update_docs.js
Or ask Claude to update it:
Update the Claude Code documentation in the working-with-claude-code skill
superpowers-developing-for-claude-code/
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Dev marketplace config
├── skills/
│ ├── working-with-claude-code/
│ │ ├── SKILL.md # Documentation access skill
│ │ ├── scripts/
│ │ │ └── update_docs.js
│ │ └── references/ # 42 documentation files
│ └── developing-claude-code-plugins/
│ └── SKILL.md # Plugin development workflows
└── README.md
Skills to consider adding:
testing-claude-code-plugins - Testing strategies and validationdistributing-plugins - Publishing and marketplace guidelineswriting-mcp-servers - MCP server development guideMIT License - See LICENSE file
Jesse Vincent jesse@fsck.com
https://github.com/obra/superpowers-developing-for-claude-code