From aer-skills
Audit and improve web accessibility using WCAG 2.2 AA, restrained ARIA usage, keyboard and focus checks, and accessible testing patterns. Use when reviewing or fixing forms, dialogs, menus, navigation, tables, media, or SPA flows, or when the user mentions accessibility, a11y, WCAG, ARIA, keyboard access, screen readers, contrast, reduced motion, or focus management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aer-skills:accessibility Describe the surface, framework, and whether you need an audit, bug fix, or standards reviewDescribe the surface, framework, and whether you need an audit, bug fix, or standards reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to review, design, and remediate accessible web UI while keeping fixes grounded in native semantics and WCAG 2.2 AA.
Use this skill to review, design, and remediate accessible web UI while keeping fixes grounded in native semantics and WCAG 2.2 AA.
Produce changes that:
getByRole and getByLabelText.dialog is sufficient before building a custom modal.See REFERENCE.md for the WCAG quick reference, anti-pattern catalog, legal context notes, framework-specific fixes, and review checklist.
npx claudepluginhub aerstudios/skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Provides Slack GIF creation utilities with dimension/FPS/color constraints and Python PIL-based frame generation. Use for animated Slack emoji or message GIFs.