api-versioning

Validate API routes and OpenAPI specs for consistent version prefixes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Juanis86/saas-platform --skill api-versioning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-versioning
Source: https://github.com/Juanis86/saas-platform/tree/main/.claude/skills/api-versioning
Command: npx skills add https://github.com/Juanis86/saas-platform --skill api-versioning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures APIs follow a consistent versioning strategy to avoid breaking changes and confusion across teams.

Core Features & Use Cases

  • Version Prefix Validation: Verifies routes include /api/v{n} prefixes.
  • Version Consistency: Checks that each module uses a single active API version.
  • OpenAPI Validation: Ensures OpenAPI specs declare the correct version.

Quick Start

Scan your repository for API routes to ensure all endpoints use a proper /api/v1 (or v2) prefix and that OpenAPI specs reflect the same version.