agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill web-performance

Assembled 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.