next-upgrade

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

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Temp-37538/moderniptvplayer --skill next-upgrade-temp-37538
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-upgrade
Source: https://github.com/Temp-37538/moderniptvplayer/tree/main/.agents/skills/next-upgrade
Command: npx skills add https://github.com/Temp-37538/moderniptvplayer --skill next-upgrade-temp-37538

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of upgrading a Next.js project to its latest version, ensuring compatibility and leveraging new features with minimal manual intervention.

Core Features & Use Cases

  • Automated Version Detection: Identifies the current Next.js version and related dependencies.
  • Codemod Execution: Runs official Next.js codemods to automatically refactor code for breaking changes.
  • Dependency Management: Updates Next.js, React, and React DOM to the latest versions.
  • Manual Change Guidance: Provides links to official migration guides for necessary manual adjustments.
  • Testing Integration: Guides through build and development server testing to verify the upgrade.
  • Use Case: A developer needs to upgrade their Next.js application from version 14 to 15. This Skill will handle running the necessary codemods, updating dependencies, and providing instructions for any manual changes required by the new version.

Quick Start

Upgrade the current 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 Next.js to the latest version automatically?

You can upgrade Next.js automatically by detecting current dependencies, updating package versions, and applying official codemods to refactor code for breaking changes.

What are Next.js codemods and when do I need them for a migration?

Next.js codemods are automated code transformation scripts needed during a migration to automatically refactor codebase patterns that would otherwise break due to new release changes.

Does this Next.js upgrade process support incremental version migrations?

Yes, the Next.js upgrade process supports incremental version migrations, allowing you to update projects step-by-step while maintaining compatibility with new releases.

How do I handle manual configuration changes after updating Next.js?

To handle manual configuration changes after updating Next.js, this tool provides links to official migration guides and instructions for necessary manual adjustments.

Can I update React and React DOM dependencies during a Next.js migration?

Yes, you can update React and React DOM dependencies during a Next.js migration, as the process includes dependency management to update these packages to their latest versions.

How do I test my Next.js application after an upgrade?

To test your Next.js application after an upgrade, follow the guided build and development server testing procedures provided to verify project compatibility and functionality.