Tag
#accessibility
Resources
- Accessibility Checker (MCP Market)A Claude Code skill that helps developers identify and fix WCAG violations in web applications. It provides guidance on semantic HTML, ARIA attributes, keyboard navigation, and color contrast ratios for both manual reviews and automated audits.
- Claude A11y SkillA Claude Code skill that runs comprehensive accessibility audits on web projects using axe-core for runtime DOM testing and jsx-a11y for static analysis. It checks WCAG 2.1 Level A and AA compliance, flagging common issues like missing alt text, insufficient color contrast, broken heading hierarchy, and invalid ARIA attributes.