next-upgrade

Detect the current Next.js version, run official codemods, and update dependencies.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/metaloozee/geoveda --skill next-upgrade-metaloozee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: next-upgrade
Source: https://github.com/metaloozee/geoveda/tree/main/.cursor/skills/next-upgrade
Command: npx skills add https://github.com/metaloozee/geoveda --skill next-upgrade-metaloozee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of upgrading a Next.js project to the latest version, handling dependency updates and applying necessary code transformations.

Core Features & Use Cases

  • Version Detection: Automatically identifies the current Next.js version.
  • Codemod Execution: Runs official Next.js codemods to refactor code for breaking changes.
  • Dependency Management: Updates Next.js and related peer dependencies.
  • Use Case: Effortlessly migrate your Next.js application from version 14 to 15 by following the guided upgrade process.

Quick Start

Run the next-upgrade skill to upgrade your project to the latest version.

Frequently Asked Questions about next-upgrade

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

FAQPage Schema
How do I upgrade my Next.js project to the latest version?▼

To upgrade Next.js, this process detects your current version, fetches official migration guides, executes automated codemods for code transformations, and updates related peer dependencies.

How do Next.js codemods work during a migration?▼

Next.js codemods work by executing official automated code transformations that refactor your existing codebase to handle breaking changes introduced in the latest version.

Can I use this Next.js migration process with my existing React and TypeScript dependencies?▼

Yes, this Next.js migration process updates your project's dependencies, ensuring your React and TypeScript peer dependencies are compatible with the latest version.

What is the best way to migrate a Next.js application from version 14 to 15?▼

The best way to migrate Next.js from version 14 to 15 involves a guided process that automatically applies official codemods and manages dependency updates for a seamless transition.

Do I need to manually review my code after an automated Next.js upgrade?▼

Yes, after the automated Next.js upgrade executes code transformations, you need to follow provided steps for manual review and testing to ensure application stability.