you-dont-need-isr
You Don't Need ISR
Audit a Next.js project's Incremental Static Regeneration (ISR) usage. For each occurrence, classify whether ISR is genuinely the right tool or whether a simpler primitive (SSG + webhook revalidation, SSR + CDN cache headers, on-demand revalidation, client-side fetch, or a beefier build runner) does the same job with less platform lock-in and less complexity. Then walk the user through fixes interactively.
This skill audits, explains, and assists. It is not a refactor bot — bias toward fewer, higher-confidence changes and never auto-fix on uncertainty.
Phase 1: Project Detection
Detect characteristics using Glob and Grep. Skip inapplicable phases silently.
More from erezrokah/skills
supply-chain-auditor
Audit a repository for supply chain security risks. Use when the user asks to audit supply chain security, check dependency pinning, review GitHub Actions security, or harden CI/CD. Activate for partial matches like "are my deps pinned?" or "is my CI safe?".
13vercel-to-cloudflare-migrator
Analyze a Next.js project deployed to Vercel, estimate monthly savings from moving to Cloudflare Workers, and scaffold a migration. Use when the user asks to move from Vercel to Cloudflare, check Cloudflare savings, estimate Vercel bill on Cloudflare, or migrate Next.js off Vercel. Activate for partial matches like "how much would we save on Cloudflare?" or "get me off Vercel".
1