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.