About
This skill equips Claude with specialized knowledge for mastering the Next.js App Router caching architecture. It provides implementation patterns for Request Memoization, Data Cache, Full Route Cache, and Router Cache. Developers can use this skill to correctly implement modern features like Next.js 15's cacheLife profiles, configure Partial Prerendering (PPR) for hybrid static-dynamic pages, and manage complex revalidation workflows using tags and paths. By following these patterns, users can significantly reduce server load and improve Core Web Vitals while avoiding common pitfalls like over-invalidation or accidental dynamic opt-outs.