What problem does it solve? Slow, janky interfaces and layout shifts hurt users on low-end devices and fail Core Web Vitals budgets. This Skill provides a structured workflow to diagnose and fix LCP, INP, and CLS issues in web UIs. ## Core Features & Use Cases - Web Vitals Diagnosis: Measure and fix LCP ≤ 2.5s, INP ≤ 200ms, and CLS ≤ 0.1 on a throttled mid-tier mobile profile. - Loading & Code-Split Strategy: Apply SSR/Server Components, route-level code-splitting, lazy loading, and critical font preloading. - Layout-Shift & Animation Rules: Reserve media space with aspect-ratio, size skeletons correctly, and restrict animation to compositor-friendly transform/opacity properties. - Use Case: A product page fails Lighthouse on mobile. Use this Skill to identify render-blocking resources, split heavy widgets, fix skeleton sizing, and verify the page meets Web Vitals budgets under slow-4G throttling. ## Quick Start Use the performance skill to audit my product page and bring LCP, INP, and CLS within Core Web Vitals budgets on mobile.