About
The rsc-data-optimizer skill provides a structured framework for refactoring Next.js App Router applications to maximize performance and SEO. It helps developers identify 'red flag' anti-patterns like loading spinners and useEffect waterfalls, providing a 3-step workflow to migrate data fetching from the client to the server. By isolating interactive logic into targeted Client Components while handling data loading via Server Components, it ensures instant initial page loads and better search engine visibility.