An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
Web Performance Auditing
Summary
Audit Core Web Vitals with real measurements via Chrome DevTools — then fix what the numbers actually point to.
Features
- Measures LCP, INP, CLS and supporting metrics
- Identifies render-blocking resources and request chains
- Drives Chrome DevTools through MCP for real measurements
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Performance advice from a model without measurements is astrology. This skill connects the agent to Chrome DevTools through MCP so it works from real traces.
It measures Core Web Vitals — Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift — plus First Contentful Paint, Total Blocking Time, and Speed Index, then analyses what is causing the numbers: render-blocking resources, long network dependency chains, main-thread blocking work, oversized assets, and layout instability.
The output is a prioritised list of changes with the expected impact of each, rather than a generic checklist. Published by Cloudflare and useful on any site, not only ones hosted there.
Related Skills
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.