Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Core Web Vitals Fixer for WordPress

    1

    DIAGNOSE: Analyzes PageSpeed Insights, CrUX data, or Lighthouse reports to generate a ranked root-cause list.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    My mobile LCP is 4.2s and PageSpeed says 'Preload LCP image'. I'm using a classic theme. How do I fix this?

    Your agent does

    ### MODE: FIX **Finding:** Hero image not preloaded (Impact: 5, Effort: 1, Score: 25.0) Add this to your `functions.php`: ```php function theme_preload_hero_image() { if ( is_front_page() || is_home() ) { $hero_url = get_theme_mod('hero_image_url'); echo ''; } } add_action('wp_head', 'theme_preload_hero_image', 1); ``` **Verify:** `curl -s https://yoursite.com/ | grep 'rel="preload"'` should return the tag.

    What you get

    Transform red PageSpeed scores into green using prioritized action plansImplement Google Consent Mode v2 without hurting mobile LCP performanceEliminate Cumulative Layout Shift (CLS) from dynamic WordPress hero elementsResolve high Interaction to Next Paint (INP) caused by heavy third-party JS

    About this skill

    High-Performance Core Web Vitals Optimization

    This skill is a specialized diagnostic and remediation tool for WordPress developers facing failing Core Web Vitals (CWV). Unlike generic performance advice, it traces LCP, INP, and CLS issues directly to the WordPress/PHP/Browser stack using production-tested engineering patterns.

    What it does

    • DIAGNOSE: Analyzes PageSpeed Insights, CrUX data, or Lighthouse reports to generate a ranked root-cause list.
    • FIX: Delivers prioritized, runnable code patches for common WordPress bottlenecks like hero image discovery, render-blocking scripts, and layout shifts.
    • Consent-Aware Tuning: Implements advanced patterns for Consent Mode v2 and deferred analytics loading—solving the hidden LCP/INP drag caused by gtag.js.

    Why it's better than manual prompting

    Generalized AI models often suggest counter-productive fixes, like lazy-loading hero images or generic minification. This skill uses a strict 8-gate framework to prevent anti-patterns, calculates a ROI-driven "Action Score" (Impact²/Effort), and provides an objective 12-point acceptance checklist for verification.

    Supported Environment

    • WordPress (Classic & Block/FSE themes)
    • Common page builders (Elementor, Divi, Bricks)
    • Google Tag Manager and Analytics (GA4)
    • Consent Management Platforms (CMP)

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    Listed1 month ago

    Frequently Asked Questions