core-web-vitals

Optimize LCP, INP, and CLS using web-vitals and Chrome DevTools.

Updated Mar 11, 2018
One-click install
npx skills add https://github.com/jorgegvalencia/dotfiles --skill core-web-vitals-jorgegvalencia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-web-vitals
Source: https://github.com/jorgegvalencia/dotfiles/tree/main/gemini/skills/core-web-vitals
Command: npx skills add https://github.com/jorgegvalencia/dotfiles --skill core-web-vitals-jorgegvalencia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires web-vitals, and includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need to optimize Core Web Vitals (LCP, INP, CLS), directly impacting user experience, search engine rankings, and overall website performance.

Core Features & Use Cases

  • LCP Optimization: Identifies and resolves issues causing slow Largest Contentful Paint.
  • INP Optimization: Improves Interactivity by reducing main thread blocking and optimizing event handlers.
  • CLS Optimization: Minimizes Cumulative Layout Shift by preventing unexpected content reflows.
  • Use Case: A website owner notices a drop in search rankings and high bounce rates. They use this Skill to diagnose and fix Core Web Vitals issues, leading to improved user engagement and SEO performance.

Quick Start

Use the core-web-vitals skill to analyze and improve the Largest Contentful Paint for the current webpage.

Frequently Asked Questions about core-web-vitals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize Core Web Vitals to improve my search engine rankings?

Optimizing Core Web Vitals involves resolving LCP, INP, and CLS bottlenecks using real-user monitoring and lab testing. This Skill provides guidance to fix loading, interactivity, and visual stability issues for better SEO performance.

How do I fix a slow Largest Contentful Paint on my webpage?

To fix a slow Largest Contentful Paint, you must identify and resolve loading bottlenecks delaying the largest visible element. This Skill analyzes your webpage to provide specific guidance on resolving common LCP performance issues.

What is the best way to reduce main thread blocking for better Interactivity?

Reducing main thread blocking requires optimizing event handlers to improve Interactivity. This Skill helps identify main thread bottlenecks and provides detailed guidance to resolve INP issues for a smoother user experience.

How can I prevent unexpected content reflows and minimize Cumulative Layout Shift?

Minimizing Cumulative Layout Shift requires preventing unexpected content reflows during page load. This Skill offers targeted guidance to resolve CLS issues, ensuring visual stability and enhancing the overall page experience.

Does this Core Web Vitals optimization approach work with the web-vitals library?

Yes, this optimization approach leverages the web-vitals library for real-user monitoring alongside Chrome DevTools for lab testing. It diagnoses actual field data and simulated environments to resolve LCP, INP, and CLS issues.

Why does my website experience high bounce rates and poor page experience?

High bounce rates and poor page experience often stem from unoptimized Core Web Vitals like slow LCP or high CLS. Diagnosing and resolving these loading and visual stability bottlenecks directly improves user engagement.