revalidation-strategy-planner

Installation
SKILL.md

Revalidation Strategy Planner

Analyze Next.js application routes and recommend optimal caching and revalidation strategies for performance and data freshness.

Overview

To optimize Next.js caching strategies:

  1. Analyze route characteristics (data freshness requirements, update frequency)
  2. Determine appropriate rendering strategy (SSG, ISR, SSR, streaming)
  3. Configure revalidation intervals for ISR routes
  4. Implement cache tags for on-demand revalidation
  5. Set up streaming for progressive page loading

Rendering Strategies

Static Site Generation (SSG)

To use SSG for rarely changing content:

Related skills

More from hopeoverture/worldbuilding-app-skills

Installs
12
GitHub Stars
3
First Seen
Jan 26, 2026