web-accessibility
Web Accessibility Skill
Version: 1.0 Standard: WCAG 2.1 Level AA
Accessibility is not optional. These patterns ensure all users can use your application.
The Problem
AI agents build interfaces that look correct but aren't accessible. Without explicit WCAG standards, each session skips alt text, uses divs instead of buttons, nests headings incorrectly, and omits keyboard navigation — not from intent but from path-of-least-resistance. Each session introduces slightly different accessibility gaps, making remediation a moving target. These standards ensure accessibility is built in from the first element.
Consumption
- Builders: Read
## Builder Checklistbefore writing any HTML or component markup. Accessibility must be designed in, not patched via ARIA after the fact. - Refactorers: Use
## Enforced Rulesto find accessibility violations. Read narrative sections for remediation patterns. - Both: Narrative sections are the authoritative standard. Checklist and rules table are compressed views of the same content.
More from alexanderstephenthompson/claude-hub
unity-csharp
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
49design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
35architecture
Architecture principles, module boundaries, folder structure, and project type profiles
33vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
32data-python
Python patterns for data processing - pandas, polars, pyspark
32web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
32