About
This skill provides a structured methodology for diagnosing and resolving performance issues in modern web applications, particularly those utilizing React, React Three Fiber (R3F), and Three.js. It guides Claude through a rigorous cycle of identifying symptoms, capturing baseline metrics via browser performance traces or Three.js stats, and classifying bottlenecks into CPU, GPU, IO, or Memory categories. By implementing surgical fixes—such as reducing draw calls through instancing, optimizing per-frame logic in useFrame hooks, and managing memory leaks—this skill ensures applications achieve stable frame rates and efficient resource utilization.