next-debug-tricks
π―Skillfrom vercel-labs/next-skills
next-debug-tricks skill from vercel-labs/next-skills
Installation
npx skills add https://github.com/vercel-labs/next-skills --skill next-debug-tricksMore from this repository7
Provides comprehensive guidance and automated checks for Next.js best practices, covering file conventions, component boundaries, data fetching, runtime selection, performance optimization, and com...
Optimizes Next.js component caching strategies by providing intelligent recommendations for implementing server-side and client-side component memoization and caching techniques.
Assists developers in upgrading Next.js projects by generating step-by-step migration instructions and automatically applying version-specific code transformations.
Assists developers in upgrading Next.js projects to newer versions by generating migration steps, identifying potential breaking changes, and recommending code modifications based on official Next....
Guides developers on correctly applying Next.js runtime and rendering directives like `'use client'`, `'use server'`, and `'use cache'` to optimize component and function behavior across server and...
Provides guidance and best practices for self-hosting Next.js applications, covering Docker deployment, standalone output configuration, and Incremental Static Regeneration (ISR) strategies.
Provides comprehensive foundational knowledge and best practices for setting up, structuring, and developing Next.js projects with recommended conventions and patterns.