vercel-react-best-practices

Apply React and Next.js performance best practices across codebases.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/fegome90-cmd/fork_agent --skill vercel-react-best-practices-fegome90-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/fegome90-cmd/fork_agent/tree/main/.kilocode/skills/vercel-react-best-practices
Command: npx skills add https://github.com/fegome90-cmd/fork_agent --skill vercel-react-best-practices-fegome90-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vercel React Best Practices provides a centralized, automation-friendly set of performance guidelines for React and Next.js projects, helping teams identify bottlenecks and apply proven optimization patterns.

Core Features & Use Cases

  • Comprehensive rules across 8 priority categories (waterfalls, bundle size, server-side performance, client-side fetching, re-rendering, rendering, JavaScript, advanced patterns) to guide refactors and code generation.
  • Actionable guidance with concrete examples, ready to feed into AI agents, code reviews, and CI checks.
  • Suitable for automated tooling to produce targeted changes in codebases, design reviews, and performance audits on React/Next.js apps.

Quick Start

Start by requesting a prioritized performance improvement plan for a given React/Next.js project.

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 optimize React performance and reduce unnecessary re-renders in my application?

React performance optimization is achieved by applying proven patterns across component design and rendering. This Skill provides actionable guidelines to identify bottlenecks, reduce unnecessary re-renders, and generate targeted code improvements.

What is the best way to reduce JavaScript bundle size in a Next.js project?

The best way to reduce JavaScript bundle size in Next.js involves applying targeted optimization patterns. This Skill guides you through bundle analysis and refactoring using actionable rules to eliminate excess code and improve loading performance.

How do I fix data fetching waterfalls to improve server-side performance in Next.js?

Fixing data fetching waterfalls to improve server-side performance requires applying specific optimization patterns. This Skill provides rules across server-side performance and client-side fetching categories to identify and resolve sequential data loading bottlenecks.

Can I use these React performance best practices for automated code reviews and CI checks?

Yes, you can use these React performance best practices for automated code reviews and CI checks. The Skill is designed to be automation-friendly, providing structured rules that feed directly into AI agents and continuous integration pipelines.

Does this Skill require any specific dependencies to apply Next.js performance patterns?

No specific dependencies are required to apply these Next.js performance patterns. The Skill operates using a SKILL.md frontmatter for configuration and may optionally reference scripts or assets directories for automation tooling within your project.