Best use case
Use API Deprecation Strategist when you need to sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage, especially when the work is driven by api deprecation and sunset header.
Backend · Global library
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Best use case
Use API Deprecation Strategist when you need to sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage, especially when the work is driven by api deprecation and sunset header.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-deprecation-strategistUse
orchestrator-mcp skills export api-deprecation-strategist --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/api-deprecation-strategist ./your-agent-skills/api-deprecation-strategist
# or open skills/api-deprecation-strategist/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
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.
Set up contract testing so API consumers and providers fail safely before incompatible releases ship.