Back to skills

next-best-practices

development

A skill for writing and reviewing Next.js code across the full surface area of the framework. Covers file conventions, RSC boundaries, async API changes in Next.js 15+, metadata, image and font optimi

Setup & Installation

npx skills add https://github.com/vercel-labs/next-best-practices --skill next-best-practices
or paste the link and ask your coding assistant to install it
https://github.com/vercel-labs/next-best-practices
View on GitHub

What This Skill Does

A skill for writing and reviewing Next.js code across the full surface area of the framework. Covers file conventions, RSC boundaries, async API changes in Next.js 15+, metadata, image and font optimization, error handling, route handlers, and bundling. Manually tracking all Next.js conventions across RSC boundaries, async API changes, and file structure is error-prone; this skill enforces the current rules automatically as you write code.

When to use it

  • Working with next best practices functionality
  • Implementing next best practices features
  • Debugging next best practices related issues