Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install community-access-accessibility-agents-gemini-extensions-a11y-agents-skills-performance-accessibilitygit clone https://github.com/Community-Access/accessibility-agents.gitcp accessibility-agents/SKILL.MD ~/.claude/skills/community-access-accessibility-agents-gemini-extensions-a11y-agents-skills-performance-accessibility/SKILL.md--- name: Performance Accessibility description: Audits intersection of web performance and accessibility — lazy loading, skeleton screens, CLS, code splitting, progressive enhancement. --- 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`