Use when migrating APIs, libraries, or patterns across a large codebase. Ensures safe, step-by-step progress rather than risky mega-commits.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add yeaight7/agent-powerups --skill incremental-migration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Incremental Migration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yeaight7-incremental-migration)More formats (shields.io, HTML) on the badges page.
---
name: incremental-migration
description: "Use when migrating APIs, libraries, or patterns across a large codebase. Ensures safe, step-by-step progress rather than risky mega-commits."
---
# Incremental Migration
Never attempt to migrate an entire codebase in a single step. Mega-commits are impossible to review and dangerous to merge.
## The Incremental Strategy
1. **Define the Target Pattern**: Clearly establish the "Old Way" and the "New Way".
2. **Implement Side-by-Side**: Create the "New Way" implementation alongside the old one. Do not delete the old one yet.
3. **Migrate One Vertical Slice**: Pick exactly one feature, route, or component. Update it to use the new pattern.
4. **Test and Commit**: Verify the slice works. Commit this step.
5. **Repeat**: Move to the next slice.
6. **Deprecate and Remove**: Only once all usages of the "Old Way" are gone can you safely delete the old implementation.
If a migration is too large for a single session, leave a clear `handoff.md` summarizing progress and the next files to migrate.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.