Use this skill whenever the user is building or reviewing any web UI. Accessibility is a baseline requirement, not a niche concern. Covers WCAG 2.2 AA, semantic HTML, ARIA patterns, keyboard navigation, focus management, color contrast, touch targets, forms, and testing with axe / screen readers. Trigger when generating any interactive component or page (forms, modals, menus, tables, navigation, layouts), before any "launch" or "go live", during pre-launch checklists, and whenever producing new HTML/JSX markup, even if the user does not explicitly mention a11y or WCAG. Skip for backend-only changes, CLI tools, or non-UI code.
$npx -y skills add ziniman/ai-instruct --skill web-accessibilityInstalls into the current project.
Run `npx skills use "https://github.com/ziniman/ai-instruct" --skill "ziniman/ai-instruct/web-accessibility"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ziniman/ai-instruct" that are relevant to the current task. Run `npx skills add "https://github.com/ziniman/ai-instruct"` and select the relevant skills, then follow their instructions.