nextjs-performance

Installation
SKILL.md

Next.js Performance Optimization

Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices.

Overview

This skill provides comprehensive guidance for optimizing Next.js applications. It covers Core Web Vitals optimization (LCP, INP, CLS), modern React patterns, Server Components, caching strategies, and bundle optimization techniques. Designed for developers already familiar with React/Next.js who want to implement production-grade optimizations.

When to Use

Use this skill when working on Next.js applications and need to:

  • Optimize Core Web Vitals (LCP, INP, CLS) for better performance and SEO
  • Implement image optimization with next/image for faster loading
  • Configure font optimization with next/font to eliminate layout shift
  • Set up caching strategies using unstable_cache, revalidateTag, or ISR
  • Convert Client Components to Server Components for reduced bundle size
  • Implement Suspense streaming for progressive page loading
  • Analyze and reduce bundle size with code splitting and dynamic imports
Related skills

More from giuseppe-trisciuoglio/developer-kit-claude-code

Installs
21
GitHub Stars
246
First Seen
Feb 21, 2026