Agent Plugins Marketplace
All plugins

react-best-practices

v1.0.0+codex.122d123c9455

React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules across 8 categories covering waterfalls, bundle size, server-side, re-renders, and rendering.

Codex1 Skill

By Vercel EngineeringLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add react-best-practices@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dashed/claude-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/react-best-practices/.

Plugin files

plugins/react-best-practices/
├── .codex-plugin/plugin.json
└── skills/react-best-practices/SKILL.md

Included Skills1

react-best-practicesskills/react-best-practices/SKILL.md

React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules across 8 categories covering waterfalls, bundle size, server-side, re-renders, and rendering. Triggers on React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Plugin manifests1

plugins/react-best-practices/.codex-plugin/plugin.json
{
  "name": "react-best-practices",
  "version": "1.0.0+codex.122d123c9455",
  "description": "React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules across 8 categories covering waterfalls, bundle size, server-side, re-renders, and rendering.",
  "author": {
    "name": "Vercel Engineering"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "nextjs",
    "performance",
    "optimization",
    "vercel",
    "best-practices"
  ],
  "interface": {
    "displayName": "React Best Practices",
    "shortDescription": "React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules...",
    "longDescription": "React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules across 8 categories covering waterfalls, bundle size, server-side, re-renders, and rendering.",
    "developerName": "Vercel Engineering",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $react-best-practices for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/react-best-practices",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[react-best-practices on Agent Plugins Marketplace](https://pluginsmp.com/plugins/react-best-practices)