What problem does it solve? React and Next.js codebases often suffer from slow load times, unnecessary re-renders, bloated bundles, and server-side waterfalls that are hard to spot during manual code review. This Skill gives an AI assistant a structured, prioritized rulebook of 64 performance guidelines from Vercel Engineering so generated and refactored code follows proven optimization patterns. ## Core Features & Use Cases - Prioritized Rule Catalog: 64 rules across 8 categories ranked by impact, from critical waterfall elimination and bundle size reduction to advanced patterns like useEffectEvent. - Incorrect vs. Correct Examples: Every rule includes concrete code comparisons showing the anti-pattern and the optimized implementation. - On-Demand Rule Files: Individual rule files under rules/ can be read for deep detail, while AGENTS.md provides the full compiled guide. - Use Case: When asking an AI to refactor a slow Next.js page, the Skill guides it to parallelize data fetching with Promise.all(), replace barrel imports with direct imports, add Suspense boundaries, and minimize RSC serialization. ## Quick Start Ask the AI to review your React component or Next.js page for performance issues using the Vercel React best practices guidelines.