Skip to content

Fix plugin installation: add marketplace.json#1

Open
Sachin1801 wants to merge 1 commit intoRecusive:mainfrom
Sachin1801:fix/marketplace-installation
Open

Fix plugin installation: add marketplace.json#1
Sachin1801 wants to merge 1 commit intoRecusive:mainfrom
Sachin1801:fix/marketplace-installation

Conversation

@Sachin1801
Copy link
Copy Markdown

Summary

  • /plugin install Recusive/Orbit-plugin fails with "Marketplace not found" because the repo has no marketplace.json — plugins must be listed in a marketplace catalog to be installable
  • Added .claude-plugin/marketplace.json so the repo serves as its own single-plugin marketplace
  • Updated README install instructions to the correct two-step process

Changes

  • New: .claude-plugin/marketplace.json — marketplace catalog listing the audit-suite plugin
  • Updated: README.md — install section now shows the correct commands:
    1. /plugin marketplace add Recusive/Orbit-plugin
    2. /plugin install audit-suite

Test plan

  • Run /plugin marketplace add Recusive/Orbit-plugin — should succeed
  • Run /plugin install audit-suite — should install all 16 skills
  • Run /full-audit — should work as documented

The `/plugin install Recusive/Orbit-plugin` command fails with
"Marketplace not found" because plugins must be discoverable through
a marketplace catalog. This adds a marketplace.json so the repo can
serve as its own single-plugin marketplace.

Updated README install instructions to the correct two-step process:
1. /plugin marketplace add Recusive/Orbit-plugin
2. /plugin install audit-suite
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