evolve-api-version

Plan coordinated API version bumps across LocalAI, MCP, CLI, and agent endpoints.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill evolve-api-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve-api-version
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/evolve-api-version
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill evolve-api-version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans and coordinates breaking API changes across LocalAI, MCP tools, CLI flag schemas, and agent server REST endpoints to ensure a synchronized evolution and clear deprecation timelines.

Core Features & Use Cases

  • Cross-surface API evolution planning and governance
  • Deprecation scheduling, migration guides, and changelog updates
  • End-to-end compatibility checks for v1 and v2 across surfaces

Quick Start

Draft an upgrade plan to ship v2 while phasing out v1 across surfaces.

Frequently Asked Questions about evolve-api-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate API version upgrades across multiple surfaces like LocalAI and MCP tools?

Coordinated API version upgrades involve identifying all affected surfaces and scheduling synchronized version bumps. You apply changes to LocalAI proxy paths, MCP tools, CLI flag schemas, and agent server endpoints concurrently to ensure synchronized evolution.

What is the best way to schedule deprecation windows for breaking API changes?

Scheduling deprecation windows requires documenting clear timelines for phasing out old API versions. You draft an upgrade plan that maintains both v1 and v2 functionality throughout the deprecation period until the final removal.

How do I ensure compatibility when shipping a new API version across agent server endpoints?

Ensuring API version compatibility requires end-to-end checks across all surfaces. You update design docs, changelogs, and tests to verify that both v1 and v2 remain fully functional across agent server endpoints during the deprecation window.

Can I use this approach to update CLI flag schemas alongside REST endpoint changes?

Yes, cross-surface API evolution explicitly handles CLI flag schemas alongside REST endpoints. It identifies all affected API surfaces and applies coordinated version bumps to ensure CLI tools and server endpoints evolve synchronously.

When do I need cross-surface API versioning for LocalAI proxy paths?

Cross-surface API versioning is needed when planning breaking API changes that affect LocalAI proxy paths. It ensures synchronized evolution by coordinating version bumps across all affected surfaces with clear deprecation timelines.