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.
npx claudepluginhub kriscard/kriscard-claude-plugins --plugin developer-toolsThis skill uses the workspace's default tool permissions.
Performance optimization guide for React and Next.js, maintained by Vercel Engineering. 57 actionable rules organized by priority.
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
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.