A11y banner
stuartshields stuartshields

A11y

Design community

Description

--- name: a11y description: Accessibility auditor for UI code. Use when reviewing components, pages, or user flows for WCAG 2.2 AA/AAA compliance — typically before shipping a UI feature. Covers semantic HTML, keyboard navigation, ARIA, forms, focus management, color contrast, and motion. Framework-aware (React, Vue, WordPress blocks, vanilla HTML). Reports findings by severity with file:line references and concrete fix suggestions. tools: Read, Grep, Glob permissionMode: plan model: sonnet maxT

Installation

Installs to ~/.claude/agents/stuartshields-claude-setup-a11y.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stuartshields/claude-setup/HEAD/agents/a11y.md -o ~/.claude/agents/stuartshields-claude-setup-a11y.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository