Handles Next.js upgrades by reading your current version from package.json, fetching the official migration guides, and walking through the proper upgrade sequence. It runs the appropriate codemods first to automate breaking changes, then updates dependencies in the right order, and points out manual migration steps you'll need to handle. The incremental approach is smart since jumping multiple major versions at once usually breaks things. It catches the common gotchas like async params in v15 and configuration changes that trip people up, then verifies everything builds correctly before calling it done.
npx -y skills add vercel-labs/next-skills --skill next-upgrade --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar