| name | frontend-performance-tuner |
| description | Optimize frontend code for maximum speed and Core Web Vitals. |
Frontend Performance Tuner
This skill focuses on making websites load instantly and respond smoothly to user input.
Instructions
- Minimize Largest Contentful Paint (LCP) by optimizing hero assets.
- Reduce Cumulative Layout Shift (CLS) by setting dimensions on media.
- Minimize Third-Party scripts and bloat.
- Implement code splitting and lazy loading for routes and images.
- Compress and bundle assets (JS, CSS) for production.
Examples
- "Analyze this page and suggest ways to improve its LCP score."
- "Optimize this React app to reduce the initial bundle size."