Skip to content

fix(plugin): remove invalid manifest fields that broke marketplace install - #58

Merged
akiojin merged 1 commit into
developfrom
bugfix/issue-57
Mar 3, 2026
Merged

fix(plugin): remove invalid manifest fields that broke marketplace install#58
akiojin merged 1 commit into
developfrom
bugfix/issue-57

Conversation

@akiojin

@akiojin akiojin commented Mar 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove $schema, skills, agents fields from plugin.json that Claude Code's validator rejected, switching to the minimal manifest pattern with directory auto-discovery
  • Remove $schema from marketplace.json and sync version to 0.1.0
  • Fix agent frontmatter: replace non-standard when-to-use with <example> blocks, hex color with named color, add explicit model
  • Add explicit /plugin marketplace add akiojin/unity-cli command and Codex Skills section to all 7 READMEs

Closes #57

Test plan

  • python3 -c "import json; json.load(open('plugin.json'))" — valid JSON
  • python3 -c "import json; json.load(open('marketplace.json'))" — valid JSON
  • skills/ and agents/ directories present for auto-discovery
  • Plugin-validator agent passed with no critical issues
  • /plugin marketplace add akiojin/unity-cli installs successfully after merge

🤖 Generated with Claude Code

…stall (#57)

plugin.json contained $schema, skills, and agents fields rejected by
Claude Code's validator. Switch to minimal manifest pattern (name,
version, description, author) with directory auto-discovery.

Also add explicit install command to all READMEs, add Codex Skills
section, sync marketplace.json version, and fix agent frontmatter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bugfix/issue-57

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@akiojin
akiojin merged commit d247a15 into develop Mar 3, 2026
11 checks passed
@akiojin
akiojin deleted the bugfix/issue-57 branch March 3, 2026 02:41
akiojin added a commit that referenced this pull request Mar 3, 2026
fix(plugin): remove invalid manifest fields that broke marketplace install
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.

1 participant