Skip to content

Add Claude Code plugin marketplace configuration - #30

Merged
adityak74 merged 1 commit into
mainfrom
claude/add-github-plugin-docs-dKceZ
Mar 1, 2026
Merged

Add Claude Code plugin marketplace configuration#30
adityak74 merged 1 commit into
mainfrom
claude/add-github-plugin-docs-dKceZ

Conversation

@adityak74

Copy link
Copy Markdown
Contributor

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:

    • Simplified the Quick Start section to reflect the new marketplace workflow (add marketplace → browse → install individual skills)
    • Added a new "Claude Code — Plugin Marketplace" section under "Using Skills" that explains:
      • How to add the marketplace using /plugin marketplace add aviskaar/open-org
      • How to browse available skills in the Discover tab
      • How to selectively install only needed skills (e.g., /plugin install lead-researcher@open-org)
      • Installation scope options (user, project, local)
      • Clarification that users don't need to install all skills

Implementation Details

The marketplace.json follows the Claude Code plugin marketplace schema with:

  • Root-level metadata (name, owner, version, pluginRoot)
  • A plugins array containing 70+ skill definitions
  • Consistent structure across all skills with Apache-2.0 licensing
  • Category-based organization for easy discovery
  • Links to individual skill documentation via SKILL.md files

This 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

- 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
@adityak74
adityak74 requested a review from arjunjaggi34 March 1, 2026 02:30
@adityak74
adityak74 merged commit 0d59ab4 into main Mar 1, 2026
1 check passed
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.

2 participants