This is a comprehensive performance optimization guide for React apps, covering 43 rules across everything from React Compiler adoption to bundle splitting and Core Web Vitals. It's structured by impact level, so you start with the critical wins like writing compiler-friendly code for automatic 2-10x optimization and route-based code splitting that cuts 40-70% off your initial bundle. The depth here is real: you get specific patterns for detecting silent compiler bailouts, eliminating barrel file import costs, and fixing data fetch waterfalls. Use this when you're actually profiling and need systematic guidance rather than random Stack Overflow tips. It complements the core react skill by focusing on application-level performance instead of API usage patterns.
npx skills add https://github.com/pproenca/dot-skills --skill react-optimise