nextjs-performance

Installation
Summary

Comprehensive Next.js performance optimization covering Core Web Vitals, modern React patterns, and production-grade techniques.

  • Covers Core Web Vitals optimization (LCP, INP, CLS), image/font optimization with next/image and next/font, and caching strategies using unstable_cache and revalidateTag
  • Guides conversion of Client Components to Server Components, implementation of Suspense streaming for progressive loading, and bundle size reduction through code splitting
  • Includes Next.js 16 and React 19 patterns such as async params, use() hook for promises, and useOptimistic for optimistic UI updates
  • Provides before/after code examples, performance checklists, and common mistake patterns to avoid
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:

Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
1.2K
GitHub Stars
247
First Seen
Feb 20, 2026