agentsclimarketplace

Web performance

Skill a5c-ai/babysitter/library/specializations/web-development/skills/web-performance

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

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.

What its author says it does

Copied from the file, not written here

Core Web Vitals optimization, Lighthouse audits, and performance monitoring.

SKILL.md

1.1 KB, 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

Keep looking

Skills are one crate of 328,083. 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.