Best use case
Use Core Web Vitals Optimizer when you need to audits and fixes all three Core Web Vitals (LCP, INP, CLS) with targeted optimizations for each metric, especially when the work is driven by LCP and INP.
Frontend · Global library
Audits and fixes all three Core Web Vitals (LCP, INP, CLS) with targeted optimizations for each metric
Best use case
Use Core Web Vitals Optimizer when you need to audits and fixes all three Core Web Vitals (LCP, INP, CLS) with targeted optimizations for each metric, especially when the work is driven by LCP and INP.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show core-web-vitals-optimizerUse
orchestrator-mcp skills export core-web-vitals-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/core-web-vitals-optimizer ./your-agent-skills/core-web-vitals-optimizer
# or open skills/core-web-vitals-optimizer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Eliminates layout shifts by reserving space for dynamic content, optimizing font loading, and stabilizing the visual experience
Diagnoses and fixes slow interactions by optimizing event handlers, reducing main thread work, and implementing yielding patterns
Optimizes the largest contentful paint element through image optimization, resource prioritization, and critical path optimization