Add Claude Code plugin marketplace configuration - #30
Merged
Conversation
- Create .claude-plugin/marketplace.json listing all 82 skills as individually installable plugins - Each skill entry uses strict:false mode with commands pointing to SKILL.md - Update README Quick Start and Using Skills sections with correct plugin install commands: /plugin marketplace add aviskaar/open-org /plugin install <skill-name>@Open-org - Document that individual skills can be selectively installed — no need to install all Fixes incorrect #skill-name syntax in existing README install commands. https://claude.ai/code/session_019YTYLXCQZq4dNPQyUV493o
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds official Claude Code plugin marketplace support to the open-org repository by introducing a marketplace configuration file and updating documentation to guide users on how to discover and install individual skills.
Key Changes
Added
.claude-plugin/marketplace.json: A comprehensive marketplace manifest that registers all 70+ skills across 9 categories (Research, Engineering, Enterprise, GTM, Marketing, Partnerships, Investor Relations, Finance, and Security). Each skill entry includes metadata like name, description, version, author, license, homepage, keywords, and category.Updated README.md:
/plugin marketplace add aviskaar/open-org/plugin install lead-researcher@open-org)Implementation Details
The marketplace.json follows the Claude Code plugin marketplace schema with:
pluginsarray containing 70+ skill definitionsThis enables users to add the open-org marketplace once and then selectively install only the skills relevant to their work, rather than requiring installation of the entire repository.
https://claude.ai/code/session_019YTYLXCQZq4dNPQyUV493o