概要
The Versioning skill provides Claude with a rigorous framework for managing software release cycles through Semantic Versioning (SemVer) principles. It automates the process of bumping versions in manifest files like package.json and pyproject.toml, ensures Git tags remain synchronized with code state, and provides a structured decision tree for determining version increments. By enforcing standardized workflows and 'v' prefix tagging conventions, this skill helps development teams avoid common release mistakes, maintain clean repository histories, and communicate changes clearly to end-users.