AgentSkillsCN

nextjs-optimizer

针对 Next.js 性能与架构的专项指导。

SKILL.md
--- frontmatter
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.