What problem does it solve? Keeping plugin versions in sync across a marketplace manifest, individual plugin manifests, and documentation is tedious and error-prone. This Skill automates detecting which plugins changed, choosing the correct semver bump, and updating every file consistently. ## Core Features & Use Cases - Change Detection: Compares commits to each plugin's source directory against the last manifest version commit, including uncommitted changes. - Semver Classification: Maps conventional commit prefixes (fix, feat, BREAKING CHANGE) to patch, minor, or major bumps, with user override support. - Dual Manifest Updates: Updates both .claude-plugin/marketplace.json and each plugin's own plugin.json so versions never drift. - Documentation Sync: Reconciles the README plugin table and site homepage plugin list and count with the manifest. - Use Case: After merging several feature commits to the git plugin, ask for a version bump and get a confirmed plan, applied updates, and synced docs in one pass. ## Quick Start Ask the assistant to bump versions for the plugins changed since the last release and confirm the proposed semver plan.