Plugin Dev Kit
Updated
A comprehensive toolkit for developing Claude Code plugins with expert guidance on hooks, MCP integration, plugin structure, and marketplace publishing.
/plugin install plugin-dev Anthropic official marketplace plugin
What it does
A comprehensive toolkit for developing Claude Code plugins with expert guidance on hooks, MCP integration, plugin structure, and marketplace publishing.
What you get
7 core skills:
hook-developmentmcp-integrationplugin-structureplugin-settingscommand-developmentagent-developmentskill-development
Guided workflow command:
/plugin-dev:create-plugin— a comprehensive, end-to-end workflow command for creating plugins from scratch (8-phase process)
Utility scripts:
validate-hook-schema.shtest-hook.shhook-linter.sh
Over 12 complete examples covering hook scripts, MCP configurations, and plugin layouts.
Use cases
- Rapidly prototype a custom plugin for your team.
- Fork an existing plugin and adapt it to your requirements.
- Run integration tests locally before publishing to the marketplace.
Frequently Asked Questions
What is Plugin Dev Kit?
An Anthropic official marketplace plugin that supports the full plugin-development workflow — scaffolding, local testing, and publishing — for Claude Code plugins.
Where does it run?
Claude Code.
How do I install it?
In Claude Code, run `/plugin install plugin-dev`.
When should I use it?
For rapidly prototyping team-only plugins, forking an existing plugin to fit your needs, or running local integration tests before publishing to a marketplace.
Is it beginner-friendly?
Difficulty is labeled "advanced". It's best used after you're familiar with plugin structure and APIs.