migrating-apis

|

Content Preview
---
name: migrating-apis
description: |
  Implement API migrations between versions, platforms, or frameworks with minimal downtime.
  Use when upgrading APIs between versions.
  Trigger with phrases like "migrate the API", "upgrade API version", or "migrate to new API".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:migrate-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Migrating APIs

## Overvie
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/migrating-apis.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-migration-tool/skills/migrating-apis/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-migration-tool/skills/migrating-apis/SKILL.md

Related Skills