From migrate-tool
Migrates code between framework versions, libraries, or patterns by scanning for deprecated APIs, generating a step-by-step plan, and applying changes incrementally.
How this command is triggered — by the user, by Claude, or both
Slash command
/migrate-tool:code-migrateThe summary Claude sees in its command listing — used to decide when to auto-load this command
Migrate code from one framework version, library, or pattern to another. ## Steps 1. Identify the migration scope: - Framework upgrade (React 17 to 18, Next.js 13 to 14, Django 4 to 5). - Library replacement (Moment to Day.js, Express to Fastify). - Pattern change (class components to hooks, callbacks to async/await). 2. Research breaking changes and migration guides for the target version. 3. Scan the codebase for affected patterns: - Deprecated API usage. - Changed import paths. - Removed features needing alternatives. 4. Generate a migration plan with ordered steps. 5...
Migrate code from one framework version, library, or pattern to another.
package.json or equivalent with new versions.Migration: <from> -> <to>
Files affected: <N>
Changes:
- <pattern>: <N> occurrences updated
- <import>: <N> files updated
Breaking changes handled:
- <change>: <how it was resolved>
Verification: tests <pass/fail>
5plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin migrate-tool/code-migrateMigrates code between framework versions, libraries, or patterns by scanning for deprecated APIs, generating a step-by-step plan, and applying changes incrementally.
/migratePlans and executes an incremental framework or library migration with dependency audit, breaking changes analysis, step-by-step execution, and verification.
/migrateMigrates code between frameworks/technologies (e.g., React→Vue, Express→Fastify) via analysis, planning, execution, validation, with strategy/backup options.
/migration-helperAutomates framework and version migrations with AST analysis, codemods, and rollback support. Handles framework upgrades, cross-framework migration, library replacement, and custom codemod generation.
/upgradeUpgrades project dependencies with automated breaking change analysis and code refactoring. Supports specific packages, all dependencies, and dry-run mode.
/migrateGuides code migration, framework upgrades, and technology modernization. Supports assessment, dependency analysis, and rollback planning.