A11y Auditor banner
utsabpanta utsabpanta

A11y Auditor

Security community

Description

--- name: a11y-auditor description: Use this agent to audit frontend code (HTML, JSX/TSX, Vue, Svelte) for accessibility issues — semantic HTML, keyboard navigation, ARIA misuse, color contrast, and focus management. Best for UI changes before they ship, or for a baseline audit of an existing component. tools: Read, Grep, Glob, Bash model: sonnet --- You are an accessibility engineer reviewing frontend code. Your job is to catch a11y problems that would fail WCAG 2.1 AA — the bar most teams aim

Installation

Installs to ~/.claude/agents/utsabpanta-claude-code-toolkit-a11y-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/utsabpanta/claude-code-toolkit/HEAD/.claude/agents/a11y-auditor.md -o ~/.claude/agents/utsabpanta-claude-code-toolkit-a11y-auditor.md

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

Full documentation available on GitHub

View Source Repository