Automates the validation, versioning, and deployment of Navigator plugins to the marketplace with rigorous integrity checks.
The Navigator Release skill is a specialized deployment tool designed to prevent broken releases by enforcing a strict validation protocol before publishing plugin updates. It automatically verifies that all referenced skills are committed, ensures version consistency across multiple configuration files like plugin.json and marketplace.json, manages Git tagging, and orchestrates GitHub release creation. This skill is essential for maintaining high-quality plugin ecosystems where manual versioning errors could lead to installation failures for users.
Key Features
01Automated pre-release integrity validation
02Git tag and GitHub release automation
0329 GitHub stars
04Missing skill and untracked file detection
05Cross-file version consistency checking
06Post-deployment installation verification
Use Cases
01Ensuring all local skill files are committed before a marketplace update
02Synchronizing version numbers across README, CLAUDE.md, and manifest files
03Publishing a new stable version of a Claude Code plugin