mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-24 22:55:16 +00:00
The plugin-dev plugin is listed in .claude-plugin/marketplace.json but was the only plugin in the plugins/ directory without a .claude-plugin/plugin.json manifest, which is required for installation from the marketplace. Adds the manifest with name, version, description, and author matching the marketplace.json entry, consistent with all other plugins in this repo.
10 lines
350 B
JSON
10 lines
350 B
JSON
{
|
|
"name": "plugin-dev",
|
|
"version": "0.1.0",
|
|
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.",
|
|
"author": {
|
|
"name": "Daisy Hollman",
|
|
"email": "daisy@anthropic.com"
|
|
}
|
|
}
|