plugins marketplace
← All plugins

api-migration-tool

v1.25.0

Migrate APIs between versions with backward compatibility

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-migration-tool/ inside the repository.

Layout

plugins/api-development/api-migration-tool/
├── .claude-plugin/plugin.json
└── skills/migrating-apis/SKILL.md

Skills1

migrating-apisskills/migrating-apis/SKILL.md

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".

Manifests1

plugins/api-development/api-migration-tool/.claude-plugin/plugin.json
{
  "name": "api-migration-tool",
  "version": "1.25.0",
  "description": "Migrate APIs between versions with backward compatibility",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "migration",
    "versioning",
    "api",
    "backward-compatibility"
  ]
}