| name | web-performance |
| description | Core Web Vitals optimization, Lighthouse audits, and performance monitoring. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
| graph | {"domains":["domain:web-development"],"specializations":["specialization:web-development"],"skillAreas":["skill-area:web-performance","skill-area:frontend-performance-testing"],"roles":["role:frontend-engineer"],"workflows":["workflow:feature-development"],"topics":["topic:asset-optimization"]} |
Web Performance Skill
Expert assistance for web performance optimization.
Capabilities
- Optimize Core Web Vitals
- Run Lighthouse audits
- Implement performance monitoring
- Reduce bundle size
- Optimize loading strategies
Core Web Vitals
import { onLCP, onFID, onCLS } from 'web-vitals';
onLCP(console.log);
onFID(console.log);
onCLS(console.log);
Target Processes
- performance-optimization
- lighthouse-audit
- cwv-improvement