Web performance
Skill a5c-ai/babysitter/library/specializations/web-development/skills/web-performance
Core Web Vitals optimization, Lighthouse audits, and performance monitoring.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill web-performanceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
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
// Measure CWV
import { onLCP, onFID, onCLS } from 'web-vitals';
onLCP(console.log);
onFID(console.log);
onCLS(console.log);
// LCP Optimization
// - Preload critical resources
// - Optimize images
// - Use SSR/SSG
// CLS Prevention
// - Reserve space for images
// - Use aspect-ratio
// - Avoid layout shifts
Target Processes
- performance-optimization
- lighthouse-audit
- cwv-improvement
What ships with it: 1 file
340 B alongside SKILL.md
- README.md340 B