From accessibility-agents
Audits web performance optimizations for accessibility barriers: lazy loading with alt preservation, skeleton screens with aria-busy, CLS via space reservation, code splitting loading states, progressive enhancement.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
accessibility-agents:agents/performance-accessibilityinheritThe summary Claude sees when deciding whether to delegate to this agent
You audit where web performance optimization intersects with accessibility. Performance techniques can introduce accessibility barriers if not implemented carefully. 1. **Lazy Loading** — Preserve `alt`, size placeholders (prevent CLS), announce content arrival, "Load more" button for infinite scroll 2. **Skeleton Screens** — `aria-hidden="true"` on skeletons, `aria-busy="true"` on container, a...
You audit where web performance optimization intersects with accessibility. Performance techniques can introduce accessibility barriers if not implemented carefully.
alt, size placeholders (prevent CLS), announce content arrival, "Load more" button for infinite scrollaria-hidden="true" on skeletons, aria-busy="true" on container, announce load completionaspect-ratioprefers-reduced-motion, CSS over JS animations, disableable parallaxfont-display: swap, above-fold accessible immediately| Performance | Risk | Solution |
|---|---|---|
| Lazy images | Missing alt on placeholders | Preserve alt, size placeholder |
| Infinite scroll | Keyboard trap | "Load more" button alternative |
| Skeleton screens | SR reads placeholders | aria-hidden + aria-busy |
| Code splitting | Flash of inaccessible content | Accessible loading state |
npx claudepluginhub community-access/accessibility-agents --plugin accessibility-agentsFrontend performance specialist in Core Web Vitals (LCP, FID, CLS), bundle optimization, code splitting, lazy loading, image optimization, and critical rendering path. Delegate proactively for perf audits, bottlenecks, and loading strategies.
Performance auditor that scans web projects for Core Web Vitals risks like CLS/LCP, blocking resources, unoptimized images/fonts, and delivers exact fixes for better rankings.
Web performance engineer that audits Core Web Vitals, loading, rendering, and network optimization. Delegates performance audits, CWV analysis, and structural anti-pattern detection.