Optimize loading, interactivity and layout stability for real users.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill web-vitals --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Web Vitals?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-web-vitals)More formats (shields.io, HTML) on the badges page.
---
name: web-vitals
description: Optimize loading, interactivity and layout stability for real users.
---
# Web performance
Perceived speed is decided by what the user sees and can do, not by total bytes.
## Protect the critical path
Identify what must load before the page is useful and defer everything else. Render-blocking scripts
and stylesheets delay first paint more than their size suggests.
## Ship less JavaScript
Split by route, load heavy features on demand, and remove unused dependencies. JavaScript costs
twice: once to download and again to parse and execute, and the second cost dominates on low-end
devices.
## Reserve space for content
Give images, embeds and injected banners explicit dimensions so later loads do not move what is
already visible. Layout shift is most damaging exactly when the user is about to act.
## Keep interactions responsive
Break long tasks, move heavy work off the main thread, and give immediate feedback to input. A
response that is visibly acknowledged tolerates far more latency than one that appears frozen.
## Measure real users
Field data from actual devices and networks decides whether the site is fast. Lab measurements are
for diagnosis, not for judging success.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.