| name | web-vitals-optimizer |
| description | Audit and improve performance based on Google's Core Web Vitals. |
Web Vitals Optimizer
This skill focuses on the specific metrics that Google uses to measure user experience and search ranking.
Instructions
- Audit the 3 core metrics: LCP, FID (or INP), and CLS.
- Optimize image loading using modern formats and
srcset.
- Eliminate render-blocking resources in the critical path.
- Minimize main-thread work to improve interactivity.
- Use performance monitoring tools to track improvements over time.
Examples
- "Improve the CLS score of this page by pre-sizing image containers."
- "Optimize the First Input Delay (FID) by reducing initial JS execution."