vercel-react-best-practices

Identify React/Next.js performance antipatterns and generate patch-ready recommendations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ermianr/fobos --skill vercel-react-best-practices-ermianr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/Ermianr/fobos/tree/main/skills/vercel-react-best-practices
Command: npx skills add https://github.com/Ermianr/fobos --skill vercel-react-best-practices-ermianr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Vercel's engineering guidance into a practical, reusable set of performance patterns for React and Next.js projects, helping teams ship faster, more reliable interfaces.

Core Features & Use Cases

  • Guided performance best practices for React components, pages, data fetching, and bundle optimization.
  • Automated reviews and refactoring cues: generate concrete changes you can apply during code reviews or CI checks.
  • Use Case: When optimizing a Next.js storefront, apply patterns to reduce bundle size, improve LCP, and streamline data fetching without altering UX.

Quick Start

Follow the guidelines to run a targeted assessment on a React/Next.js project and generate patch-ready recommendations.

Frequently Asked Questions about vercel-react-best-practices

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

FAQPage Schema
How do I identify React and Next.js performance antipatterns in my codebase?

To identify React and Next.js performance antipatterns, assess components, pages, data fetching, and bundle optimization logic against Vercel engineering guidelines to pinpoint inefficiencies and generate patch-ready recommendations.

What are the best practices for Next.js bundle optimization during a code review?

Next.js bundle optimization best practices involve evaluating data fetching and component structures to reduce bundle size and improve LCP, providing concrete refactoring cues to apply during automated code reviews.

How does this approach improve React component performance without altering the UX?

React component performance improves by applying targeted performance patterns to streamline data fetching and bundle optimization, ensuring reliability and speed enhancements adhere to Vercel guidelines without altering the UX.

Can I use these performance patterns for automated CI checks in a Next.js project?

Yes, you can use these performance patterns for automated CI checks by running targeted assessments on Next.js pages and components to generate concrete, patch-ready improvement recommendations during refactoring.

When should I apply Vercel engineering guidelines to refactor React data fetching?

Apply Vercel engineering guidelines to refactor React data fetching when optimizing pages for faster interfaces, consolidating performance patterns to streamline requests and improve Largest Contentful Paint metrics.