Skill

Next.js Best Practices

Skill

Vercel’s skill for the Next.js app you already have.

Official next-best-practices. Cache, upgrade, and the patterns the docs now prefer.

spec·Apache-2.0·Updated this quarter·github.com/vercel-labs/agent-skills

Claude CodeCursorDesktop
Scanned
npx skills add vercel-labs/agent-skills

By Vercel

Input

A Next.js repo.

Output

A review or an upgrade plan.

next-best-practices.skill/invoke

You say

Why is this page dynamic?

It returns

A cookies() call in the layout. Move it down. ISR comes back.

Prompt notebook

Prompts this skill is built for.

  • You say

    Why is this page dynamic?

    It returns

    A cookies() call in the layout. Move it down. ISR comes back.

  • You say

    Plan the Next 16 upgrade.

    It returns

    Three breaking APIs. Codemod for two. One manual.

What it teaches

  1. 01App Router
  2. 02Cache
  3. 03Upgrades