Large Scale Code Migration

Plan and execute a large-scale code migration — porting a codebase to a new language, framework, or architecture — using parallel agent loops, a written rulebook, a dependency map, adversarial review, and a mechanical verification harness. Use when a migration is too large to do by hand, when a port or rewrite keeps stalling, when deciding how to parallelize translation work across agents, or when a migration is producing plausible-looking code that drifts from the original's behavior. Covers the six-step process (rulebook and gap inventory, stress test, translate, compile, run, match behavior), how to design resumable work queues, when to fix the rulebook instead of the file, and how to build a judge that answers for both codebases.

uygnoey Updated

File contents

uygnoey/skills-from-claude-blog/tree/main/2026.07.16_ai-code-migration/skills/large-scale-code-migration commit 73f635c2b0

Frequently asked questions

npx skillmds@latest add uygnoey/large-scale-code-migration