Best use case
Use API Versioning Strategist when you need to introduce safe API versioning with compatibility lanes, deprecation notices, and migration guidance, especially when the work is driven by api versioning and backward compatibility.
Backend · Global library
Introduce safe API versioning with compatibility lanes, deprecation notices, and migration guidance.
Best use case
Use API Versioning Strategist when you need to introduce safe API versioning with compatibility lanes, deprecation notices, and migration guidance, especially when the work is driven by api versioning and backward compatibility.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-versioning-strategistUse
orchestrator-mcp skills export api-versioning-strategist --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/api-versioning-strategist ./your-agent-skills/api-versioning-strategist
# or open skills/api-versioning-strategist/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.