core-web-vitals
Installation
SKILL.md
Core Web Vitals
Measure LCP, CLS, TTFB, and FCP with real browser performance APIs and grade them against web.dev thresholds. No signup required.
Prerequisites
- Playwright MCP (ships with Claude Code)
Trigger
- "Check Core Web Vitals for https://..."
- "Measure LCP on my landing page"
- "Is my CLS under 0.1?"
- "Why does my page feel slow to load?"
Workflow
mcp__playwright__browser_navigateto the URL, then wait ~3s so late layout shifts and the final LCP candidate land.mcp__playwright__browser_evaluatewith this function (returns a Promise — Playwright awaits it):