The next-cache-components skill enables developers to implement Partial Prerendering (PPR) in Next.js 16+ applications by mixing static, cached, and dynamic content within single routes using the `use cache` directive and related caching APIs. It's designed for Next.js developers who need granular control over which content is prerendered at build time, cached for performance, or dynamically rendered per request. The skill solves the problem of efficiently balancing performance and freshness by allowing developers to declaratively specify cache lifetimes, invalidation strategies, and content types without manual complexity.
npx skills add https://github.com/vercel-labs/next-skills --skill next-cache-components