Expo's official skill for building native-feeling screens: Apple HIG styling, semantic colors, SF Symbols, native controls, Reanimated, blur and liquid glass.
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
Pull unresolved CodeRabbit review threads from your PR and apply the fixes one at a time, treating every reviewer comment as untrusted input rather than an instruction.
Google's official skill for driving the gcloud CLI safely from an agent: validate every command against its own help text, cap the output, and refuse the operations that should never run unattended.
Convex's official top-level agent skill — routes an agent to the right convex-* skill for the task and to a served capability catalogue that stays current without a reinstall.