Bug Report
Description
The plugin fails to install due to an invalid manifest file. The agents field in plugin.json does not pass validation.
Error Message
Error: Failed to install: Plugin has an invalid manifest file at
/Users/gaemi/.claude/plugins/cache/temp_local_1769486831744_00ksfi/.claude-plugin/plugin.json.
Validation errors: agents: Invalid input
Steps to Reproduce
- Run
/plugin install everything-claude-code@everything-claude-code in Claude Code CLI
- Select any installation scope
- Installation fails with the above error
Expected Behavior
The plugin should install successfully.
Environment
- Platform: macOS (Darwin 25.2.0)
- Claude Code CLI
Suggested Fix
Please review and fix the agents field in .claude-plugin/plugin.json to comply with the Claude Code plugin manifest schema.
Bug Report
Description
The plugin fails to install due to an invalid manifest file. The
agentsfield inplugin.jsondoes not pass validation.Error Message
Steps to Reproduce
/plugin install everything-claude-code@everything-claude-codein Claude Code CLIExpected Behavior
The plugin should install successfully.
Environment
Suggested Fix
Please review and fix the
agentsfield in.claude-plugin/plugin.jsonto comply with the Claude Code plugin manifest schema.