a11y

Installation
SKILL.md

Accessibility (WCAG 2.1 AA)

Quick Audit

# Automated checks (catches ~30% of issues)
npx axe-core-cli http://localhost:3000

# Or in browser console
# Install axe DevTools extension → run scan

Automated tools catch 30%. Manual testing catches the rest.

Critical Checklist

1. Keyboard Navigation (Most Common Failure)

Installs
1
GitHub Stars
2
First Seen
Jun 24, 2026
a11y — djnsty23/claude-auto-dev