Comprehensive WCAG 2.2 AA compliance patterns with a native HTML first philosophy. Covers the essentials: color contrast ratios, keyboard focus management, React Aria hooks for accessible components, and cognitive inclusion patterns for ADHD, autism, and dyslexia support. The POUR exit criteria file is the standout here, giving you falsifiable pass/fail thresholds instead of vague accessibility checkboxes. Includes 14 rules across focus traps, screen reader patterns, and user preference honoring like prefers-reduced-motion. Pairs jest-axe with Playwright for testing. Good for teams that need to ship legally compliant interfaces without reinventing ARIA patterns from scratch.
npx skills add https://github.com/yonatangross/orchestkit --skill accessibility