Claude Code's /doctor reports the following manifest conflicts:
- developer-essentials
- observability-monitoring
- context-management
- security-scanning
- python-development
- unit-testing
Error message for each:
Plugin has conflicting manifests: both plugin.json and marketplace entry specify components. Set strict: true in marketplace entry or remove component specs from one location.
Each entry in .claude-plugin/marketplace.json has "strict": false plus duplicated agents / skills / commands arrays that also exist in the plugin's own plugin.json.
Suggested fixes (either works):
- Flip
"strict": true on those six entries in marketplace.json, or
- Remove the duplicated component arrays from the marketplace entries and let them resolve from each plugin's own
plugin.json.
Env: claude-code-workflows marketplace, plugins pinned at 1.0.1 / 1.2.x.
Claude Code's
/doctorreports the following manifest conflicts:Error message for each:
Each entry in
.claude-plugin/marketplace.jsonhas"strict": falseplus duplicatedagents/skills/commandsarrays that also exist in the plugin's ownplugin.json.Suggested fixes (either works):
"strict": trueon those six entries inmarketplace.json, orplugin.json.Env: claude-code-workflows marketplace, plugins pinned at 1.0.1 / 1.2.x.