About
The Plugin Version Bumper skill simplifies the development lifecycle of Claude Code plugins by providing a standardized way to manage versioning. It leverages jq to programmatically update the plugin.json file, supporting major, minor, and patch increments according to Semantic Versioning (SemVer) principles. This skill is essential for developers who need to maintain clear version history as they add features, fix bugs, or introduce breaking changes, ensuring that the plugin's metadata always reflects the current state of the code.