migrate

Plan and execute multi-phase framework migrations with verified checkpoints.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill migrate-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/migrate
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill migrate-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans and executes multi-phase migrations with incremental safety for frameworks, libraries, and tooling across projects of varying sizes and complexity.

Core Features & Use Cases

  • Phase-driven migration workflow with explicit verification gates after each atomic step.
  • Risk assessment, rollback planning, and codemod guidance for common platforms.
  • Use cases include upgrading Vue/Nuxt, migrating testing frameworks, and updating build tooling with minimal downtime.

Quick Start

Provide a migration target (for example, 'vue 3.5' or 'vitest') and I will generate a safe, step-by-step plan with validation.

Frequently Asked Questions about migrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely execute a framework upgrade across a large project?

To safely execute a framework upgrade, you need a phase-driven migration workflow with explicit verification gates and rollback capabilities after each atomic step. This approach enforces incremental safety to minimize downtime during complex transitions.

What is the best way to plan a testing framework migration with minimal downtime?

The best way to plan a testing framework migration is to generate a step-by-step plan with risk assessment, codemod guidance, and verified checkpoints. This ensures incremental safety and allows for rollbacks if validation fails.

Can I use codemods to automate build tooling updates?

Yes, you can use codemod guidance to automate build tooling updates. The migration process integrates codemods into its phase-driven workflow to safely transform code with verified checkpoints after each operation.

Does this migration tooling support Vue and Nuxt upgrades?

Yes, this migration tooling explicitly supports Vue and Nuxt upgrades. You can provide a target like 'vue 3.5' to generate a safe, multi-phase migration plan with validation and rollback capabilities.

How do verification gates and rollback planning work during a library migration?

Verification gates and rollback planning work by enforcing a phase-driven workflow during a library migration. After each atomic step, the system validates the changes before proceeding, ensuring you can safely revert if any checkpoint fails.