Comprehensive guide for migrating Create React App (CRA) projects to Next.js. Use when migrating a CRA app, converting React Router to file-based routing, or adopting Next.js patterns like Server Components, App Router, or image optimization.
$npx -y skills add vercel-labs/migration-skills --skill cra-to-next-migrationInstalls into the current project.
Run `npx skills use "https://github.com/vercel-labs/migration-skills" --skill "vercel-labs/migration-skills/cra-to-next-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vercel-labs/migration-skills" that are relevant to the current task. Run `npx skills add "https://github.com/vercel-labs/migration-skills"` and select the relevant skills, then follow their instructions.