Agent skill · Security

performance-optimization

Diagnose and fix web performance issues including Core Web Vitals (LCP, INP, CLS), bundle size, asset optimization, render performance, and runtime efficiency. Use this skill whenever the user wants to improve page speed, fix Core Web Vitals, optimize assets, reduce bundle size, debug slow renders, or systematically improve a site's performance. Triggers on performance, page speed, Core Web Vitals, LCP, INP, CLS, FID, TTFB, bundle size, code splitting, image optimization, lazy loading, render blocking, slow page, performance audit, Lighthouse score. Also triggers when traffic or conversion is

RampStack477★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add rampstackco/claude-skills --skill performance-optimization --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/performance-optimization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
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

# Performance Optimization Diagnose web performance issues and produce a remediation plan. Stack-agnostic. Anchored to Core Web Vitals and standard browser performance patterns. This skill goes deeper than the performance checks in `qa-testing` and `seo-technical`. Use this when performance itself is the goal. --- ## When to use - Fixing Core Web Vitals (LCP, INP, CLS) - Diagnosing slow page loads - Reducing JavaScript bundle size - Optimizing images, fonts, and other assets - Fixing layout shift, render-blocking resources, jank - Pre-launch performance verification - Annual performance health check ## When NOT to use - General QA after deploys (use `qa-testing`) - Technical SEO including indexing and crawling (use `seo-technical`) - Code review for general bugs (use `code-review-web`) --- ## Required inputs - The site or page under audit - Specific performance complaints if any - Target metrics (Core Web Vitals thresholds, Lighthouse score, custom) - Browser dev tools access - Performance monitoring data if available (Real User Monitoring, lab data) --- ## The framework: Core Web Vitals Three metrics carry most of the weight for both user experience and SEO: ### LCP (Largest Conte

What's inside
Steps it walks through
  1. When to use
  2. When NOT to use
  3. Required inputs
  4. The framework: Core Web Vitals
  5. LCP (Largest Contentful Paint)
  6. INP (Interaction to Next Paint)
  7. CLS (Cumulative Layout Shift)
  8. Beyond Core Web Vitals
  9. Time to First Byte (TTFB)
  10. Bundle size
  11. Image optimization
  12. Font loading
  13. Third-party scripts
  14. Workflow
Ships with 3 files
  • references/audit-template.md
  • references/optimization-checklist.md
  • references/optimization-playbook.md
More from claude-skills
All skills →
About this skill
What does the performance-optimization skill do?

Diagnose and fix web performance issues including Core Web Vitals (LCP, INP, CLS), bundle size, asset optimization, render performance, and runtime efficiency. Use this skill whenever the user wants to improve page speed, fix Core Web Vitals, optimize assets, reduce bundle size, debug slow renders, or systematically improve a site's performance. Triggers on performance, page speed, Core Web Vitals, LCP, INP, CLS, FID, TTFB, bundle size, code splitting, image optimization, lazy loading, render blocking, slow page, performance audit, Lighthouse score. Also triggers when traffic or conversion is

How do I install it?

Run `npx skills add rampstackco/claude-skills --skill 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 rampstackco/claude-skills, a repository with 515 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