vercel-labs/next-skills▌
3 approved skills in this repository
next-best-practices
Frontend
Comprehensive Next.js development guidelines covering file structure, RSC patterns, data fetching, optimization, and error handling. \n \n Covers 15+ topic areas including file conventions, route segments, RSC boundaries, async patterns, metadata generation, and image/font optimization \n Provides runtime selection guidance, directive usage, and error handling strategies with specific file conventions like error.tsx and not-found.tsx \n Includes data fetching patterns, route handler best practic
next-cache-components
Frontend
$23
next-upgrade
Frontend
Automated Next.js version upgrades with official codemods and migration guide integration. \n \n Detects current Next.js version from package.json and fetches version-specific upgrade documentation from official guides \n Runs Next.js codemods automatically to handle breaking changes like async Request APIs, geo/IP property migrations, and dynamic import transformations \n Handles incremental upgrades for major version jumps (e.g., 13 → 14 → 15) and updates peer dependencies (React, React DOM, T