jikime-framework-nextjs@15

Upgrade Next.js applications from version 14 to 15 with codemod commands.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-framework-nextjs-15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-framework-nextjs@15
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-framework-nextjs%4015
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-framework-nextjs-15

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive guide to upgrade your Next.js project from version 14 to 15, detailing critical breaking changes and offering solutions to ensure a smooth transition.

Core Features & Use Cases

  • Breaking Change Identification: Clearly outlines all significant changes in Next.js 15, such as async params, fetch caching defaults, and removed request properties.
  • Migration Strategies: Offers actionable advice and codemod commands for resolving breaking changes.
  • Use Case: A frontend developer needs to upgrade an existing Next.js 14 application to the latest version 15. This Skill guides them through the process, highlighting necessary code modifications and configuration updates.

Quick Start

Run the Next.js 15 codemod for async request API changes.

Frequently Asked Questions about jikime-framework-nextjs@15

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

FAQPage Schema
How do I upgrade Next.js from version 14 to 15?

Upgrading Next.js from version 14 to 15 involves running codemod commands to handle async request API changes, followed by manual migration steps to resolve breaking changes in fetch caching defaults and request object properties.

What are the breaking changes in Next.js 15?

The breaking changes in Next.js 15 involve async parameters becoming asynchronous, fetch caching defaulting to no automatic caching, and the removal of specific request object properties.

Does Next.js 15 work with React 19 and Turbopack?

Yes, transitioning to Next.js 15 ensures compatibility with React 19 and Turbopack, requiring specific configuration updates and code modifications outlined in the migration guide.

How do I fix async request APIs when upgrading Next.js?

Fix async request APIs during a Next.js upgrade by running the designated Next.js 15 codemod command, which automatically updates asynchronous request parameters and request object properties.

Why did my fetch requests stop caching in Next.js 15?

Fetch requests stopped caching in Next.js 15 because the default caching behavior changed to no longer cache automatically, requiring manual configuration updates to explicitly define caching strategies.