← Back to catalog
SkillQuality↓ 101

Accessibility (a11y)

Audits and improves web accessibility following the WCAG 2.1 guidelines.

Installation
npx claude-code-templates@latest --skill development/accessibility --yes

This skill guides Claude Code to make your pages usable by everyone.

It draws on the WCAG 2.1 guidelines and Lighthouse accessibility audits.

In practice it applies the POUR principles: content that is perceivable, operable, understandable and robust.

It also checks screen reader support, keyboard navigation and contrast, flagging what needs to change.

When to use

  • To audit the accessibility of an interface.
  • When improving screen reader support and keyboard navigation.
  • When you need to reach WCAG compliance.

How to use

Point to the files and ask “run an accessibility audit on this screen”.