Manages the discovery and registration of plugins within the CrewChief framework's marketplace configuration.
The Plugin Marketplace Registration skill provides a standardized workflow for indexing plugins in the .claude-plugin/marketplace.json file. It ensures that custom extensions are correctly discoverable and loadable by the CrewChief framework by guiding users through JSON structural requirements, path validation, and mandatory semantic versioning (SemVer) bumps. This skill is essential for developers building modular tools who need to maintain a clean, valid, and up-to-date plugin ecosystem.
主な機能
010 GitHub stars
02Automated syntax validation via jq
03Semantic versioning (SemVer) bump automation
04Plugin path and metadata verification
05Discovery mechanism troubleshooting guides
06Standardized JSON registration template
ユースケース
01Registering a newly developed plugin for discovery
02Resolving plugin loading issues caused by missing registry entries
03Updating plugin metadata and descriptions in the central marketplace