This is a dual-mode accessibility checker that works both as a coding reference and an audit tool. Point it at your React, Vue, or Blade templates and ask it to "audit accessibility" and it'll run through 23 checks across semantic HTML, keyboard nav, WCAG contrast, forms, and ARIA usage. Each result comes back as pass/fail/n/a with exact file and line numbers for failures. The checklist is thorough without being pedantic, covering the stuff that actually breaks for users: focus traps in modals, heading hierarchy, form error announcements, reduced motion support. Good for pre-launch audits or when you inherit a codebase and need to know where you stand on WCAG AA compliance.
npx skills add https://github.com/asyrafhussin/agent-skills --skill web-design-guidelines