Orchestrates the lifecycle of Claude Code plugin marketplaces by automating scaffolding, metadata management, and documentation synchronization.
The Marketplace Manager skill is a specialized utility designed for developers maintaining or contributing to Claude Code plugin ecosystems. It provides standardized workflows for scaffolding new plugin directories, managing complex marketplace.json and plugin.json configurations, and ensuring documentation consistency across the repository. By enforcing semantic versioning rules and providing a clear validation checklist, it streamlines the process of adding, updating, or moving plugins within a marketplace structure, preventing common errors like broken paths or mismatched metadata.
主要功能
010 GitHub stars
02Intelligent Semantic Versioning (SemVer) guidance for patches, minors, and majors
03Automated plugin directory scaffolding with pre-defined templates
04Automated documentation synchronization and README generation
05Comprehensive validation checklist for marketplace structural integrity
06Metadata management for plugin.json and marketplace.json registries
使用场景
01Bootstrapping a new Claude Code plugin with correct folder structures and metadata
02Coordinating version bumps across multiple configuration files after a feature update
03Updating a marketplace registry when adding or removing third-party plugins