# nextjs-optimizer > Specialized guidance for Next.js performance and architecture. - Author: Farhad Asgarov - Repository: itublockchain/hackmoney-router402 - Version: 20260208023022 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/itublockchain/hackmoney-router402 - Web: https://mule.run/skillshub/@@itublockchain/hackmoney-router402~nextjs-optimizer:20260208023022 --- --- name: nextjs-optimizer description: Specialized guidance for Next.js performance and architecture. --- # Next.js Optimizer Skill Expert instructions for high-performance Next.js applications. ## Performance - Use Server Components by default. - Optimize images with next/image. - Implement Partial Prerendering (PPR) where applicable. - Monitor Core Web Vitals. ## Architecture - Use App Router patterns. - Implement server actions for mutations. - Manage cache keys and revalidation carefully.