From developer-tools
Audits React and Next.js components for performance issues, unnecessary re-renders, bundle size problems, and waterfall patterns using 57 prioritized rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/developer-tools:react-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Performance optimization guide for React and Next.js, maintained by Vercel Engineering. 57 actionable rules organized by priority.
Performance optimization guide for React and Next.js, maintained by Vercel Engineering. 57 actionable rules organized by priority.
This skill triggers when you need to:
Determine what's being audited:
CRITICAL - Eliminating Waterfalls:
CRITICAL - Bundle Size:
HIGH - Server-Side Performance:
MEDIUM-HIGH - Client Data Fetching:
MEDIUM - Re-render Optimization:
MEDIUM - Rendering Performance:
LOW-MEDIUM - JavaScript Performance:
LOW - Advanced Patterns:
For each violation found:
[PRIORITY] Rule Name
File: path/to/file.tsx:line
Issue: [description of the problem]
Fix: [code example showing correct pattern]
After checking all rules, provide:
Violation Count by Priority
Top 3 Highest-Impact Fixes
Overall Assessment
For detailed rule explanations with code examples, see:
references/vercel-rules.md - All 57 rules with incorrect/correct patternsRules sourced from Vercel Engineering's React performance guidelines.
npx claudepluginhub kriscard/kriscard-claude-plugins --plugin developer-toolsAudits React and Next.js code for six critical pitfalls: nested components, index keys, derived state in effects, unsafe fetching, unmemoized contexts, and more.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.