byinnei· 31 skills
Use when migrating a multi-locale Next.js RSC / App-Router site to React Router v8 so SSR HTML is CDN-cacheable. RSC payload is uncacheable at the edge and locale × page count multiplies the bill. Covers ordered cuts: strip UA/geo/cookie SSR variance, split .data loaders from client fetches, restage theme SSR (next-themes + head script + /theme-vars.css), split middleware to Vercel Routing Middleware + root loader mirror, prerender static, land 3-tier Cache-Control so Cloudflare owns cache.
$npx -y skills add innei/skill --skill nextjs-rsc-to-react-router-v8-migrationInstalls into the current project.
Run `npx skills use "https://github.com/innei/skill" --skill "innei/skill/nextjs-rsc-to-react-router-v8-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/innei/skill" that are relevant to the current task. Run `npx skills add "https://github.com/innei/skill"` and select the relevant skills, then follow their instructions.