mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-25 07:06:05 +00:00
fix(plugin-dev): add missing .claude-plugin/plugin.json manifest
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.
This commit is contained in:
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user