react-best-practices-pack
Installation
SKILL.md
React Best Practices Pack (Summit)
Purpose
This pack integrates the upstream “Vercel React Best Practices” library as a vendored dependency and provides routing rules for agents to apply performance-first patterns when working on the Summit frontend.
Upstream location (vendored):
skills/vendor/vercel-labs-agent-skills/skills/react-best-practices/
Operating Rules (Summit-specific)
- Performance First
- Always prioritize "Critical" and "High" impact rules from the upstream guide.
- For any React component change, check for waterfalls (
async-parallel) and unnecessary re-renders (rerender-memo).