Claude skills for Accessibility
4 skills in the bank are filed under Accessibility. They are grouped here because they compete for the same jobs — which is the reason an agent reaching for one of them sometimes gets another.
- AccessibilityaddyosmaniRuns accessibility checks against WCAG 2.2 and returns developer-facing issues with concrete, code-level recommendations for ARIA, keyboard focus, contrast, and semantic HTML. Unlike similarly named validators or IDE extensions, it’s focused on teaching and step‑by‑step remediation — it explains failures and how to fix them instead of acting as a strict Level‑AA certifier or an auto‑patch tool.
- Accessibilityaffaan-m/eccThis tool inspects user interfaces against WCAG 2.2 Level AA and gives concrete checks and fixes for keyboard navigation, color contrast, and screen‑reader behavior. Unlike general accessibility guides, editor extensions, or chat-based assistants, it’s built for hands-on, change‑level audits and implementation guidance targeted specifically at WCAG 2.2 AA criteria rather than broad training or IDE integration.
- AccessibilityjezwebHelps developers understand and fix accessibility problems by reviewing short examples and giving concrete, code-level suggestions and plain-language explanations. It is aimed at teaching and pattern-based fixes, not at producing formal WCAG conformance reports or full audits — it compares code patterns to practical a11y best practices and refuses to act as a compliance scorer.
- Accessibilitymicrosoft/vscodeOffers tools inside the code editor to inspect and adjust the editor’s own accessibility behavior — things like toggling screen‑reader mode, examining the accessibility tree of editor UI, and checking keyboard focus and navigation in the IDE and its extensions. Unlike the WCAG/audit tools, it targets the editor’s UI and developer workflow rather than scanning websites for WCAG compliance or producing remediation for site content.
The Accessibility pairs people mix up
Side-by-side, with a worked situation for each side.
- Accessibility (addyosmani) vs Accessibility (affaan-m)
- Accessibility (addyosmani) vs Accessibility (jezweb)
- Accessibility (addyosmani) vs Accessibility (microsoft)
- Accessibility (affaan-m) vs Accessibility (jezweb)
- Accessibility (affaan-m) vs Accessibility (microsoft)
- Accessibility (jezweb) vs Accessibility (microsoft)
Knowing the Accessibility list is the easy half. Picking from it under time pressure is the game.
Today's session