A comprehensive performance optimization framework for React and Next.js based on Vercel Engineering guidelines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vercel-react-best-practices
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vercel-react-best-practices using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Vercel React Best Practices is a technical optimization skill designed to elevate the performance of modern web applications. It implements a structured set of 45 rules maintained by Vercel Engineering, categorized by their impact on the user experience and system efficiency. By integrating this skill with Openclaw Skills, developers can automate the detection and resolution of common performance bottlenecks in React components and Next.js pages.
The skill prioritizes high-impact optimizations such as eliminating asynchronous waterfalls and reducing bundle sizes, while also providing granular guidance on server-side performance and re-render logic. It serves as an essential tool for engineering teams aiming to maintain high standards of code quality and speed in production environments.
To install this skill, use the following command in your terminal:
openclaw install vercel-react-best-practices
Once installed, you can reference the individual rule files located in the rules/ directory or use the full AGENTS.md compiled document to guide your AI agent through the optimization process.
The skill organizes its performance logic through a structured taxonomy and individual rule documentation:
| Component | Description |
|---|---|
| Rule Categories | 8 distinct categories prioritized from Critical to Low impact. |
| Rule Prefixes | Short identifiers (e.g., async-, bundle-, server-) for quick classification. |
| Rule Documentation | Markdown files containing why a rule matters, plus incorrect and correct code examples. |
| AGENTS.md | A master document designed for LLMs to consume the entire best-practice suite at once. |
async-parallel and async-suspense-boundaries analysis.server-cache-react for per-request deduplication.content-visibility and SVG coordinate precision reduction.Loading
A specialized tool for deploying web applications and static sites to Vercel directly from an AI agent environment without requiring initial authentication.

A high-performance React and UI/UX audit agent that transforms frontend code into production-ready professional applications.

A professional AI photography skill that generates high-quality product images, lifestyle scenes, and high-resolution upscales for e-commerce and marketing.

A specialized messaging tool that dispatches text or Markdown content to a configured webhook endpoint via HTTP POST.

A specialized auditing tool that reviews frontend code against Vercel's Web Interface Guidelines for accessibility and UX excellence.

An automated diagnostic tool to audit AI agent performance, calculate token costs, and provide model optimization recommendations for Openclaw Skills users.








































