next-best-practices

Enforce Next.js 14+ conventions for App Router, server components, and metadata.

Updated May 20, 2026
One-click install
npx skills add https://github.com/gelowzzz/plushyai --skill next-best-practices-gelowzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-best-practices
Source: https://github.com/gelowzzz/plushyai/tree/main/.agents/skills/nextjs/upstream
Command: npx skills add https://github.com/gelowzzz/plushyai --skill next-best-practices-gelowzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralize and enforce Next.js conventions to improve code quality, maintainability, and performance across projects.

Core Features & Use Cases

  • File conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, and bundling guidance.
  • Guidelines for building scalable app structure, parallel routes, and self-hosting considerations.
  • Real-world examples and quick-start steps to bring teams onto a unified standard.

Quick Start

Review and apply the documented rules to your Next.js project to align with established conventions.

Frequently Asked Questions about next-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the best practices for Next.js App Router and server components?

Next.js best practices for App Router and server components involve enforcing strict RSC boundaries, adhering to file conventions, and applying consistent data patterns to improve code reliability and maintainability across teams.

How do I structure metadata and routing conventions in Next.js 14?

Structure Next.js 14 metadata and routing by applying unified file conventions and route handlers, ensuring rigorous adherence to established standards for scalable app architecture and parallel routes.

How do I optimize images and bundling in Next.js projects?

Optimize Next.js images and bundling by following documented guidelines for image and font optimization, ensuring rigorous adherence to performance tuning and self-hosting considerations.

Does this Next.js guidance apply to teams building scalable apps with parallel routes?

Yes, this Next.js guidance targets teams building scalable apps by providing real-world examples and standards for parallel routes, error handling, and App Router architecture.

Why do I need Next.js conventions for error handling and async APIs?

Next.js conventions for error handling and async APIs are needed to centralize code quality standards, enforce RSC boundaries, and provide clear guidance for debugging across projects.

What is the best way to enforce Next.js file conventions across a team?

The best way to enforce Next.js file conventions is to review and apply documented rules to your project, aligning developers onto a unified standard for data patterns and route handlers.