plugins marketplace
← All plugins

plugin-dev

v0.1.0

Comprehensive toolkit for developing Claude Code plugins. Includes expert skills covering hooks, MCP integration, commands, agents, and best practices.

Claude Code

by Daisy Hollman934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/plugin-dev/ inside the repository.

Layout

plugins/plugin-dev/
└── .claude-plugin/plugin.json

Manifests1

plugins/plugin-dev/.claude-plugin/plugin.json
{
  "name": "plugin-dev",
  "description": "Comprehensive toolkit for developing Claude Code plugins. Includes expert skills covering hooks, MCP integration, commands, agents, and best practices.",
  "version": "0.1.0",
  "author": {
    "name": "Daisy Hollman",
    "email": "daisy@anthropic.com"
  }
}