AI AGENT ADDONS

Performance Optimization

addyosmani/agent-skills

Performance optimization helps your applications run faster and smoother. The key is to measure before you make any changes. Guessing leads to wasted work. Instead, use real data to find the actual bottleneck. Then fix it and measure again to confirm improvement.

This skill covers both frontend and backend performance. For frontend, it focuses on Core Web Vitals like Largest Contentful Paint and Interaction to Next Paint. For backend, it looks at response times and database queries. The goal is to improve user experience by making pages load quickly and interactions feel snappy.

The workflow is simple: measure, identify, fix, verify, and guard. Use synthetic tools like Lighthouse and real user data from web-vitals. Only optimize when measurements prove there is a problem. This avoids adding unnecessary complexity.

Add Performance Optimization skill to your workflow

Global

mkdir -p ~/.claude/skills/performance-optimization

Project

mkdir -p .claude/skills/performance-optimization

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago