The master skill in PlanetScale's official pack: runs a full read-only best-practices assessment of a database or org, then produces one evidence-backed report.
Web Performance AuditSkill
Summary
Audits Core Web Vitals through the Chrome DevTools MCP server — LCP, INP, CLS plus FCP, TBT and Speed Index — and traces each one back to the render-blocking resource or layout shift causing it.
Features
- Measures LCP, INP, CLS, FCP, TBT and Speed Index on a live page
- Identifies render-blocking resources and network dependency chains
- Attributes layout shifts to the element responsible
- Flags caching, compression and accessibility gaps in the same pass
- Retrieves current thresholds from web.dev rather than citing remembered numbers
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Use the web-perf skill to audit https://example.com and tell me which request is gating LCP.
Description
A page-speed answer is only useful if it names the resource to fix. This Cloudflare skill drives a real measurement through the Chrome DevTools MCP server and then walks the result back to a cause, rather than restating what a Lighthouse score already said.
What it measures
Core Web Vitals — Largest Contentful Paint, Interaction to Next Paint and Cumulative Layout Shift — alongside First Contentful Paint, Total Blocking Time and Speed Index as supporting signal.
What it looks for
- Render-blocking stylesheets and scripts in the critical path
- Network dependency chains, where one late request gates several others
- Layout shifts, attributed to the element that moved
- Caching and compression that is missing or misconfigured
- Accessibility gaps surfaced by the same audit pass
Retrieval over recall
Like the other retrieval-first skills in Cloudflare's collection, it treats its own knowledge of thresholds and tooling APIs as potentially stale. Current Core Web Vitals thresholds come from web.dev and the Chrome DevTools documentation at audit time, not from memory — which matters, because the thresholds and the metrics themselves have both changed more than once.
Details
Apache-2.0, from the cloudflare/skills repository. It requires the Chrome DevTools MCP server to be available to the agent; the skill measures a live page rather than reasoning about source code, so it works against any site regardless of framework or host.
Related Skills
Build crash-safe AI agents on AgentKit and step.ai — durable tool calls, human-in-the-loop approval, realtime progress, and when not to reach for an agent loop at all.
Inngest's durable-execution playbook as an agent skill — steps and memoisation, event and cron triggers, idempotency, cancellation, retries and non-retriable errors.
Temporal's official skill for building durable workflows — SDK patterns across seven languages, plus the determinism rules that decide whether a workflow survives a replay.