From api-development
Backward compatibility, deprecation policies, versioning schemes (URL, header, media type).
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-development:api-versioning-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Managing API evolution without breaking clients.
Managing API evolution without breaking clients.
You are planning API versioning. Minimize breaking changes; deprecate gracefully.
npx claudepluginhub sethdford/claude-skills --plugin engineer-api-developmentImplements API versioning using URL paths, headers, or query parameters with deprecation timelines, backward compatibility, and migration strategies. Use for managing multiple versions or planning breaking changes.
Guides API versioning strategies including URL path, header, query parameter, and content negotiation. Helps manage breaking changes, deprecations, and multiple versions.
Guides API versioning strategies: URL path vs headers, Stripe-style date-based, deprecation with sunset headers, backward compatibility, and non-breaking evolution.