Back to Plugins
Plugin Development Kit
Comprehensive toolkit for developing Claude Code plugins with 8-phase guided workflow and 7 expert skills. Includes plugin scaffolding, manifest validation, testing tools, and publishing assistance for creating production-ready plugins.
plugindevelopmentsdktoolsofficial
By Anthropic
Installation
claude plugins add plugin-dev@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"plugin-dev@claude-plugins-official": true
}
}Commands
/plugin-devLaunch 8-phase guided plugin development workflow/plugin-initScaffold a new plugin project with boilerplate/plugin-testRun plugin tests and validation/plugin-validateValidate plugin manifest and configuration/plugin-publishPrepare plugin for marketplace publishingHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions