Triggers automatically when you edit TSX files to run through 64 React and Next.js optimization rules organized by impact priority. Covers the essentials: eliminating async waterfalls, bundle size fixes, server component performance, hooks patterns, and accessibility basics. The condensed checklist format is helpful when you want automated feedback without hunting through style guides. It also flags legacy CSS-in-JS libraries like styled-components or Material UI and suggests migrating to shadcn/ui with Tailwind. Best used on Vercel-based projects where the server-side and RSC rules really apply, less relevant if you're working on a pure client app.
npx skills add https://github.com/vercel/vercel-plugin --skill react-best-practices