nextjs-optimization

Installation
SKILL.md

Next.js 15 Optimization Skill

Objective

Optimize Next.js applications to achieve:

  • Perfect Core Web Vitals scores (LCP < 2.5s, FID < 100ms, CLS < 0.1)
  • Fast page load times and optimal rendering strategies
  • Efficient data fetching and caching
  • Production-ready build configuration
  • SEO and accessibility excellence

When to Use This Skill

Auto-invoke when:

  • Project uses Next.js (detected by next in dependencies)
  • User mentions "optimize", "performance", "slow", or "Core Web Vitals"
  • Before production deployment
  • After adding new features or pages
  • User requests Next.js-specific improvements
Related skills
Installs
68
GitHub Stars
6
First Seen
Jan 27, 2026