Core Web Vitals
Analyzes webpage Core Web Vitals (LCP, FID, CLS) to identify performance bottlenecks and suggest optimization strategies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add core-web-vitals npx -- -y @trustedskills/core-web-vitals
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"core-web-vitals": {
"command": "npx",
"args": [
"-y",
"@trustedskills/core-web-vitals"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The core-web-vitals skill helps assess and optimize a website’s performance based on key metrics like Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). It provides actionable insights to improve user experience by identifying bottlenecks in loading speed, interactivity, and visual stability.
When to use it
- You're optimizing a website for better search engine rankings.
- You want to identify performance issues that affect user engagement.
- You’re preparing a site for high traffic or critical business pages.
- You need to ensure consistent layout rendering across different devices and screen sizes.
Key capabilities
- Measures Largest Contentful Paint (LCP) for loading performance.
- Tracks First Input Delay (FID) to evaluate interactivity responsiveness.
- Monitors Cumulative Layout Shift (CLS) to detect unexpected layout changes.
- Provides detailed reports with recommendations for improvement.
Example prompts
- "Analyze the core web vitals of my website and provide a report."
- "What are the main issues affecting my site's Largest Contentful Paint score?"
- "How can I reduce Cumulative Layout Shift on this page?"
Tips & gotchas
- Ensure your website is fully loaded before running the analysis for accurate results.
- Use real user data or representative traffic patterns to get meaningful insights, as lab-based tests may not reflect actual performance.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.