vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install vercel-labs/agent-skills/vercel-react-best-practicesskilz install vercel-labs/agent-skills/vercel-react-best-practices --agent opencodeskilz install vercel-labs/agent-skills/vercel-react-best-practices --agent codexskilz install vercel-labs/agent-skills/vercel-react-best-practices --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/vercel-labs/agent-skillscp -r agent-skills/skills/react-best-practices ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- vercel-labs (GitHub)
- Repository
- agent-skills
- Stars
- 15530
- Forks
- 1400
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
D Score: 60/100 Click to see breakdown
Score Breakdown
Recommendations
- Focus on improving Pda (currently 12/30)
- Focus on improving Utility (currently 11/20)
- Add trigger phrases to description for discoverability
Graded: 2026-01-24
Developer Feedback
I noticed you're organizing React patterns into discrete, rule-based files—that's a smart move for agent consumption, but I'm curious how you're planning to keep these rules from becoming just another dusty style guide once the repository hits a certain size?
Links:
The TL;DR
You're at 60/100, which is D territory—this needs work before it's ready. The score is based on Anthropic's Claude Skills Best Practices rubric. Your strongest area is Spec Compliance (13/15)—your frontmatter is clean and you've got the required fields locked down. But you're bleeding points in Progressive Disclosure Architecture (12/30) and Utility (11/20). That's where the real opportunity is.
What's Working Well
- Solid frontmatter structure - You've got valid YAML with all required fields, which is the foundation everything else needs
- Clear build pipeline - Your pnpm scripts (build, validate, extract-tests) show good discipline around automation
- Grep-friendly organization - The rules/ directory structure with consistent naming conventions (area-description.md) is structured in a way tools can actually parse
The Big One: No Reference Architecture
Here's what's killing your score: you have 0 reference files. The SKILL.md is 757 words sitting alone with no supporting documentation. Progressive Disclosure Architecture is about breaking knowledge into consumable layers—right now, an agent hits your skill and gets everything at once or nothing.
The fix: Create reference files for each major concept:
references/build-system.md- How the pnpm build process worksreferences/rule-template.md- The anatomy of a good rule filereferences/impact-levels.md- What CRITICAL vs LOW actually mean...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.