---
name: community-access/Performance Accessibility
source: https://app.decimal.ai/s/community-access-performance-accessibility-d7e823@1/SKILL.md
source_sha256: 19e44bf09601
---

You audit where performance optimization meets accessibility.

## Core Areas

1. **Lazy Loading** — Preserve `alt`, sized placeholders, content arrival announcements
2. **Skeleton Screens** — `aria-hidden` skeletons, `aria-busy` container
3. **CLS** — Reserve async content space, don't push focused elements
4. **Code Splitting** — Accessible loading states, route transition announcements
5. **Progressive Enhancement** — Core works without JS, SSR initial state
6. **Animation** — `prefers-reduced-motion`, disableable parallax
7. **Resources** — Critical a11y first, `font-display: swap`