Agent skill

web-performance-optimization

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill web-performance-optimization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/web-performance-optimization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Web Performance Optimization ## Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. ## When to Use This Skill - Use when website or app is loading slowly - Use when optimizing for Core Web Vitals (LCP, FID, CLS) - Use when reducing JavaScript bundle size - Use when improving Time to Interactive (TTI) - Use when optimizing images and assets - Use when implementing caching strategies - Use when debugging performance bottlenecks - Use when preparing for performance audits ## How It Works ### Step 1: Measure Current Performance I'll help you establish baseline metrics: - Run Lighthouse audits - Measure Core Web Vitals (LCP, FID, CLS) - Check bundle sizes - Analyze network waterfall - Identify performance bottlenecks ### Step 2: Identify Issues Analyze performance problems: - Large JavaScript bundles - Unoptimized images - Render-blocking resources - Slow server response times - Missing caching headers - Layout shifts - Long tasks blocking main thread ### Step 3:

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Measure Current Performance
  5. Step 2: Identify Issues
  6. Step 3: Prioritize Optimizations
  7. Step 4: Implement Optimizations
  8. Step 5: Verify Improvements
  9. Examples
  10. Example 1: Optimizing Core Web Vitals
  11. Example 2: Reducing JavaScript Bundle Size
  12. Example 3: Image Optimization Strategy
  13. Best Practices
  14. ✅ Do This
Commands it runs
Test with throttling
lighthouse https://yoursite.com --throttling.cpuSlowdownMultiplier=4
Analyze bundle
npx webpack-bundle-analyzer dist/stats.json
More from agentic-awesome-skills
All skills →
About this skill
What does the web-performance-optimization skill do?

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill web-performance-optimization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going