A11y banner
aneja5 aneja5

A11y

Security community

Description

--- description: Audit and fix WCAG AA compliance — semantic HTML, ARIA, keyboard, contrast, reduced-motion --- Invoke the forge-skills:accessibility skill. Establish WCAG AA as baseline. Name the assistive technologies tested (VoiceOver iOS/macOS, NVDA, TalkBack). Audit semantic HTML — every interactive element is a native element (button, a href, input) or has a documented reason it isn't. Review ARIA — sparingly, only when native semantics aren't enough. No role on an element that already h

Installation

Installs to ~/.claude/skills/aneja5-forge-skills-a11y/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aneja5-forge-skills-a11y && curl -fsSL https://raw.githubusercontent.com/aneja5/forge-skills/HEAD/commands/a11y.md -o ~/.claude/skills/aneja5-forge-skills-a11y/SKILL.md

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

Full documentation available on GitHub

View Source Repository