fix(plugin): valid Claude plugin.json without path arrays - #15
Conversation
Claude Code plugin schema auto-discovers skills/ and commands/ dirs.
Path arrays fail validation ("Invalid input") and block
desktop-act@ops-marketplace install after co-install from ops.
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_da7e373a-f5d3-4a1c-ad34-1039942847c1) |
|
Warning Review limit reached
Next review available in: 6 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Claude Code rejects
skillsandcommandspath arrays inplugin.json(Invalid input), soclaude plugin install desktop-act@ops-marketplacefails after #724 co-install.Change
Remove those arrays. Keep
skills/andcommands/on disk for auto-discovery (same pattern as ops).Test plan
desktop-act@ops-marketplace0.2.0)claude plugin install desktop-act@ops-marketplaceon a clean userNote
Also re-vendor into claude-ops marketplace
desktop-act/so ops-marketplace installs stay fixed until next sync.Note
Low Risk
Manifest-only change with no runtime or auth logic; install validation fix with behavior relying on Claude’s existing auto-discovery of
skills/andcommands/.Overview
Fixes
claude plugin install desktop-act@ops-marketplacefailing after co-install with ops: Claude Code treatsskillsandcommandspath arrays inplugin.jsonas invalid input.The change drops only those two properties from
.claude-plugin/plugin.json.mcpServers(stdio MCP viamcp-server/run.sh) is unchanged. Skills and commands are still expected to load via on-disk layout underskills/andcommands/, matching the ops marketplace pattern rather than explicit manifest paths.Reviewed by Cursor Bugbot for commit ff391f9. Bugbot is set up for automated code reviews on this repo. Configure here.