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.