LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

jikime-framework-nextjs@15 - Next.js 15 Upgrade Guide and Migration Rules

Next.js 15 upgrade guide covering breaking changes from version 14 including async params, fetch caching changes, and Turbopack.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Migrate projects from Next.js 14
  • Convert route params to async promises
  • Configure explicit fetch caching strategies
  • Execute Next.js API codemods
  • Migrate runtime configs to env variables

Inputs

  • Next.js 14 project codebase
  • Environment variables config

Outputs

  • Migrated Next.js 15 codebase
  • Updated package.json dependencies

Requirements

  • Node.js 18.18 or higher
  • React 19 RC

Source

  • Spec: SKILL.md
framework
nextjs
version
async-params
turbopack
react-19
Migrate projects from Next.js 14
Convert route params to async promises
Configure explicit fetch caching strategies
Execute Next.js API codemods
Next.js 14 project codebase
Environment variables config
Migrated Next.js 15 codebase
Updated package.json dependencies