--- id: organvm/a-i--skills/accessibility-patterns version: "740efec3" license: Apache-2.0 install: manual updated: 2026-07-22 --- # accessibility-patterns — This skill equips developers with practical guidance on WCAG standards and techniques for creating accessible web interfaces. Explore proven patterns and implementation strategies that ensure your components work for all users, regardless of ability or assistive technology. Publisher: organvm · Stars: 14 · Updated: 2026-07-22 Install (manual): `git clone https://github.com/organvm/a-i--skills` ## SKILL.md # Accessibility Patterns Build for everyone from the start. ## Core Principles (POUR) | Principle | Meaning | Example | |-----------|---------|---------| | **Perceivable** | Users can perceive content | Alt text, captions, contrast | | **Operable** | Users can interact | Keyboard access, enough time | | **Understandable** | Users can comprehend | Clear language, predictable | | **Robust** | Works with assistive tech | Valid HTML, ARIA | --- ## WCAG Levels | Level | Description | Target | |-------|-------------|--------| | A | Minimum | Must have | | AA | Standard | Industry standard, legal requirement | | AAA | Enhanced | Nice to have | **Target Level AA** for most projects. --- ## Semantic HTML ### Use the Right Element | Instead of | Use | |------------|-----| | `