web-accessibility-web-accessibility

Installation
SKILL.md

Accessibility

Quick Guide: Most of accessibility is settled by choosing the right element: a <button> arrives with focus, keyboard activation and a role that a <div> needs a dozen lines to fake. What the element cannot give you is the rest — a name for every control, a visible focus indicator, 4.5:1 contrast on text, an announcement when content changes, and information never carried by colour alone. Target WCAG 2.2 Level AA. Automated checks find roughly half the failures, so a keyboard pass is not optional.

Detailed Resources:


<critical_requirements>

Installs
84
GitHub Stars
24
First Seen
Apr 2, 2026
web-accessibility-web-accessibility — agents-inc/skills