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 workflowplugin-initScaffold a new plugin project with boilerplateplugin-testRun plugin tests and validationplugin-validateValidate plugin manifest and configurationplugin-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