AI AGENT ADDONS

Next Cache Components

vercel/nextjs-skills

Next.js 16 brings a new feature called Cache Components. It lets you mix different types of content in one page. You can have static parts, cached data, and live dynamic content all together.

This makes your pages faster and more flexible. You use the 'use cache' directive to mark data that can be cached. Then you control how long it stays fresh with cacheLife, cacheTag, and updateTag.

No more trade-offs between speed and freshness. Everything works together smoothly.

Add Next Cache Components skill to your workflow

Global

mkdir -p ~/.claude/skills/next-cache-components

Project

mkdir -p .claude/skills/next-cache-components

Source Repository

Stars
949
Forks
73
Watchers
949
Last Push
28 days ago
Created
5 months ago