·next-cache-components
</>

next-cache-components

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag

11Installs·0Trend·@fellipeutaka

Installation

$npx skills add https://github.com/fellipeutaka/leon --skill next-cache-components

How to Install next-cache-components

Quickly install next-cache-components AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill next-cache-components
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: fellipeutaka/leon.

SKILL.md

View raw

Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route.

Synchronous code, imports, pure computations - prerendered at build time:

Runtime data that must be fresh - wrap in Suspense:

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag Source: fellipeutaka/leon.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fellipeutaka/leon --skill next-cache-components
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from fellipeutaka/leon

Quick answers

What is next-cache-components?

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag Source: fellipeutaka/leon.

How do I install next-cache-components?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill next-cache-components Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/fellipeutaka/leon