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

Installation

claude plugins add plugin-dev@claude-plugins-official

Configuration

{
  "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 publishing

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub