AI AGENT ADDONS

React Best Practices

vercel/vercel-plugin

This tool checks your React and TypeScript code for common mistakes and areas to improve. It looks at how your components are built, how you use hooks, and if your code follows modern React patterns. It also helps with accessibility and performance.

After you edit several TSX files, the reviewer runs a checklist. It flags issues like using old CSS-in-JS libraries and suggests better options like shadcn/ui with Tailwind CSS. This helps you write cleaner, faster code that works well with Vercel.

Developers who use React and Next.js will find this useful. It saves time by catching problems early and gives clear advice on how to fix them.

Add React Best Practices skill to your workflow

Global

mkdir -p ~/.claude/skills/react-best-practices

Project

mkdir -p .claude/skills/react-best-practices

Source Repository

Stars
203
Forks
32
Watchers
203
Last Push
23 days ago
Created
4 months ago