FrontendPython

Vercel React Best Practices

by CloudAI-X

Vercel React Best Practices is a Frontend skill for Claude Code, published by CloudAI-X in claude-workflow-v2.

1.4K stars187 forkson CloudAI-X/claude-workflow-v2Added 2026/08/19Repository updated 2026/08/18
agent-skillsaiai-agentsclaude-codecodexcursorskillsworkflow
Install in seconds
Install Vercel React Best Practices
Copy Vercel React Best Practices into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CloudAI-X/claude-workflow-v2/tree/main/skills/vercel-react-best-practices ~/.claude/skills/vercel-react-best-practices

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CloudAI-X/claude-workflow-v2.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/vercel-react-best-practices/SKILL.md in CloudAI-X/claude-workflow-v2
Installs to
~/.claude/skills/vercel-react-best-practices
Collection
One of 14 skills cataloged from this repository
Category
Frontend567 skills

What Vercel React Best Practices does

Vercel React Best Practices provides performance optimization guidelines for React and Next.js from Vercel Engineering. Use it when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns.

Vercel React Best Practices is cataloged under Frontend on DirSkills. Vercel React Best Practices comes from a repository tagged agent-skills, ai, ai-agents, claude-code and codex.

Documentation

README

Vercel React Best Practices

When to Load

  • Trigger: React or Next.js development, component writing, data fetching patterns, bundle optimization
  • Skip: Project does not use React or Next.js

Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Writing new React components or Next.js pages
  • Implementing data fetching (client or server-side)
  • Reviewing code for performance issues
  • Refactoring existing React/Next.js code
  • Optimizing bundle size or load times

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Vercel React Best Practices

  • What else does CloudAI-X publish alongside Vercel React Best Practices?

    Vercel React Best Practices is one of 14 skills that DirSkills catalogs from CloudAI-X/claude-workflow-v2, the repository it ships in. Its siblings there include Analyzing Projects, Convex Backend and Database Design. Each one is a separate skill with its own page in this directory, installs the same way Vercel React Best Practices does, and is maintained by CloudAI-X in that same repository. The rest of the collection is listed on the CloudAI-X/claude-workflow-v2 page.

  • How does Vercel React Best Practices compare to other Frontend skills?

    Vercel React Best Practices ranks #289 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Vercel React Best Practices against them. Open each page to compare what they document and how they install.

More from CloudAI-X/claude-workflow-v2

Vercel React Best Practices is one of 14 skills cataloged on DirSkills from CloudAI-X/claude-workflow-v2.

See all 14 skills
🔍
2w ago

Analyzing Projects

Analyzing Projects examines codebases to understand structure, tech stack, patterns, and conventions, and is used when onboarding to a new project, exploring unfamiliar code, or answering 'how does this work?' questions.
AI Engineering
1.4K187
🗄️
2w ago

Convex Backend

Convex Backend provides development guidelines for building Convex backends with TypeScript, covering function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage. Use it when writing Convex functions, database operations, real-time subscriptions, or serverless functions.
DevOps
1.4K187
🗄️
2w ago

Database Design

Database Design helps design schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use it when optimizing queries, fixing N+1 problems, planning migrations, or modeling data.
Data
1.4K187
🔌
2w ago

Designing APIs

Designing APIs guides the creation of REST and GraphQL APIs, covering endpoint structure, response formats, error handling, versioning, authentication, rate limiting, and OpenAPI documentation. Use it when creating new APIs, reviewing API contracts, or implementing REST or GraphQL patterns.
DevOps
1.4K187
🏗️
2w ago

Designing Architecture

Designing Architecture guides architecture design, pattern selection, and directory structure for software projects. Use when choosing between monoliths, microservices, layered, clean, hexagonal, event-driven, or CQRS patterns.
DevOps
1.4K187
🧪
2w ago

Designing Tests

Designing Tests provides testing strategies, templates, and coverage guidance for unit, integration, and E2E tests. Use it when adding tests, improving coverage, or debugging test failures.
Quality
1.4K187