Skill

Next Cache Components

Skill

Cache Components and PPR the way Next 16 actually works.

Official. Mix static, cached, and dynamic without turning the whole tree dynamic.

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

Claude CodeCursorDesktop
Scanned
npx skills add vercel-labs/openreview/next-cache-components

By Vercel

Input

A Next.js route.

Output

A caching plan that matches current Next.

next-cache-components.skill/invoke

You say

Why did this page go fully dynamic?

It returns

A cookies() read in the layout. Move it behind Suspense.

Prompt notebook

Prompts this skill is built for.

  • You say

    Why did this page go fully dynamic?

    It returns

    A cookies() read in the layout. Move it behind Suspense.

  • You say

    Cache the product grid, keep the cart live.

    It returns

    Cache Component on the grid. Cart stays dynamic.

What it teaches

  1. 01PPR
  2. 02Cache Components
  3. 03Suspense