next-upgrade

Upgrade Next.js projects to the latest stable version using official codemods.

61|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/joelhooks/joelclaw --skill next-upgrade-joelhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-upgrade
Source: https://github.com/joelhooks/joelclaw/tree/main/.agents/skills/next-upgrade
Command: npx skills add https://github.com/joelhooks/joelclaw --skill next-upgrade-joelhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Codemod Execution: Runs official Next.js codemods to refactor code for breaking changes.
  • Dependency Management: Updates Next.js and related React dependencies to their latest versions.
  • Use Case: Effortlessly migrate your Next.js application from version 14 to 15 by letting this Skill manage the entire upgrade process, including running necessary codemods and updating package versions.

Quick Start

Use the next-upgrade skill to upgrade the project to the latest Next.js 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 a Next.js project, you can use this Skill to apply official codemods and update dependencies. It manages the entire migration process by running specific codemod scripts and package manager commands to resolve dependencies.

What are codemods and how do they help with Next.js migration?

Codemods are automated scripts that refactor code to handle breaking changes during a Next.js migration. This Skill executes official Next.js codemods to automatically transform your codebase for the latest stable version.

Can I automatically migrate my web application from Next.js 14 to 15?

Yes, you can migrate a web application from Next.js 14 to 15 automatically. This Skill handles the upgrade by running necessary codemods and updating package versions to the latest stable release.

Does the Next.js upgrade process also update React dependencies?

Yes, the Next.js upgrade process updates React dependencies. This Skill manages dependency resolution by executing package manager commands to update both Next.js and related React packages to their latest versions.

What is the best way to handle breaking changes when upgrading Next.js?

The best way to handle breaking changes when upgrading Next.js is applying official codemods. This Skill automates the execution of these codemod scripts to refactor code and resolve common migration challenges.