plugin-marketplace

Community

Manage Claude Code plugin marketplaces and dependencies.

Authorvinnie357
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides comprehensive guidance and tools for creating, validating, and managing marketplace.json files for Claude Code plugin marketplaces. It simplifies the process of organizing, distributing, and managing dependencies for multiple plugins, ensuring a robust and discoverable plugin ecosystem.

Core Features & Use Cases

  • Marketplace & Plugin Entry Authoring: Learn the full marketplace.json schema, including marketplace metadata, plugin entries, source formats (local, GitHub, URL), and strict mode control.
  • Dependency & Schema Validation: Utilize Nushell scripts to validate marketplace schema, individual plugin entries, and detect circular or missing dependencies.
  • Marketplace Initialization & Analysis: Generate template marketplace.json files and analyze existing plugin structures to suggest marketplace configurations.
  • Use Case: When setting up a new repository to host multiple Claude Code plugins, use this skill to create a marketplace.json file, add all your plugin entries, define their dependencies, and validate the entire structure before publishing.

Quick Start

Initialize a new 'marketplace.json' file in your current directory using the provided Nushell script.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plugin-marketplace
Download link: https://github.com/vinnie357/claude-skills/archive/main.zip#plugin-marketplace

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository