Skip to content

Comments

fix(plugin): remove redundant plugin.json#7

Merged
yordis merged 1 commit intomainfrom
fix-plugin
Feb 20, 2026
Merged

fix(plugin): remove redundant plugin.json#7
yordis merged 1 commit intomainfrom
fix-plugin

Conversation

@yordis
Copy link
Member

@yordis yordis commented Feb 20, 2026

Summary

  • Remove .claude-plugin/plugin.json which was redundant alongside marketplace.json
  • marketplace.json is the correct manifest for multi-plugin repos, matching the Anthropic pattern

Test plan

  • Verify skills are still discovered correctly when installing the plugin

marketplace.json is the correct manifest for multi-plugin repos, matching the Anthropic pattern.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@cursor
Copy link

cursor bot commented Feb 20, 2026

PR Summary

Low Risk
Deletes a redundant manifest file only; main risk is packaging/release automation (e.g., release-please extra-files) or installers still expecting plugin.json.

Overview
Removes .claude-plugin/plugin.json, leaving .claude-plugin/marketplace.json as the single source of truth for plugin/skill discovery in this repo.

Written by Cursor Bugbot for commit 78b3514. This will update automatically on new commits. Configure here.

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Removed the Claude plugin manifest file .claude-plugin/plugin.json; the deletion removes plugin metadata and configuration only and does not modify runtime code or behavior.

Changes

Cohort / File(s) Summary
Plugin Manifest Removal
.claude-plugin/plugin.json
Deleted the Claude plugin manifest (18 lines) containing plugin metadata (name, version, description, author, homepage, repository, license, keywords, skills path).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 I hopped through files both near and far,
Found a manifest hiding like a star,
With a nibble and a gentle cheer, I set it free,
Now metadata dances, silly as can be.
🥕✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-plugin

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.

@yordis yordis merged commit 43bf426 into main Feb 20, 2026
2 checks passed
@yordis yordis deleted the fix-plugin branch February 20, 2026 02:00
@sht-bot sht-bot mentioned this pull request Feb 20, 2026
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