versioning

Installation
SKILL.md

Versioning

Semantic versioning rules and workflow for consistent releases.

Semver Rules

Format: MAJOR.MINOR.PATCH (e.g., 1.4.2)

Bump When Examples
MAJOR Breaking changes API removed, incompatible changes, major rewrites
MINOR New features (backward compatible) New endpoint, new option, new capability
PATCH Bug fixes (backward compatible) Fix crash, fix typo, fix edge case

Decision Tree

Is it a breaking change?
├── Yes → MAJOR
Related skills
Installs
2
First Seen
Jan 31, 2026