Skip to main content
Back to registry

next-upgrade

vercel-labs/next-skills

Upgrade the current project to the latest Next.js version following official migration guides.

Installs5
Install command
npx skills add https://github.com/vercel-labs/next-skills --skill next-upgrade
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
Upgrade the current project to the latest Next.js version following official migration guides. Detect current version : Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide : Use WebFetch to get the official upgrade documentation: Determine upgrade path : Based on current version, identify which migration steps apply. For major version jumps, upgrade incrementally (e.g., 13 → 14 → 15). Run codemods first : Next.js provides codemods to automate breaking changes: Common transforms: Update dependencies : Upgrade Next.js and peer dependencies together: Review breaking changes : Check the upgrade guide for manual changes needed: Update TypeScript types (if applicable): Test the upgrade : - Detect current version : Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) - Fetch the latest upgrade guide : Use WebFetch to get the official upgrade documentation: - Codemods: - Version-specific guides (adjust version as needed): - - - - Determine upgrade path : Based on current version, identify which migration steps apply. - Run codemods first : Next.js provides codemods to automate breaking changes: npx @next/codemod@latest Common transforms: - next-async-request-api - Updates async Request APIs (v15) - next-request-geo-ip - Migrates geo/ip...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does next-upgrade do?

Upgrade the current project to the latest Next.js version following official migration guides.

Is next-upgrade good?

next-upgrade does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does next-upgrade work with?

next-upgrade currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to next-upgrade?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install next-upgrade?

npx skills add https://github.com/vercel-labs/next-skills --skill next-upgrade

Related skills

More from vercel-labs/next-skills

Related skills

Alternatives in Software Engineering