Skip to content

Conversation

@CaseReed
Copy link

@CaseReed CaseReed commented Jan 5, 2026

Summary

The plugin-dev plugin is missing its required .claude-plugin/plugin.json manifest file, which causes the plugin to fail loading when installed from the marketplace.

Problem

  • When installing plugin-dev from the official marketplace, Claude Code cannot properly load the plugin because the manifest file is missing
  • All other plugins in /plugins/ have this file, but plugin-dev does not

Solution

  • Added the missing .claude-plugin/plugin.json file following the same format as other official plugins (e.g., feature-dev, code-review)

Testing

  • Verified locally that the plugin loads correctly after adding the manifest file
  • Confirmed JSON is valid and follows the same schema as other plugins

Test plan

  • Install plugin-dev from marketplace after merge
  • Verify /plugin-dev:create-plugin command works
  • Verify plugin-dev skills are discoverable

🤖 Generated with Claude Code

The plugin-dev plugin was missing its required plugin.json manifest file,
causing the plugin to fail loading. This adds the missing configuration
file following the same format as other official plugins.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@DallasElleman
Copy link

+1 - Added manually in the cache to get it running locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants