create-api-versioning

Installation
SKILL.md

API Versioning Generator

Creates API Versioning infrastructure with multiple resolution strategies and deprecation support.

When to Use

Scenario Example
Breaking API changes New response format
Multiple API consumers Mobile v1, web v2
Gradual migration Sunset old versions
Backward compatibility Support legacy clients

Component Characteristics

ApiVersion (Value Object)

  • Immutable version representation
  • Major and minor version numbers
  • Comparison methods (equals, greaterThan, lessThan)
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026