Accessibility Skill

SkillDev tools

Use when creating or modifying any UI element visible to the user, reviewing HTML markup, adding interactive elements, or when Lighthouse Accessibility drops below 90.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Accessibility Skill skill

What this skill tells your AI

The instructions your AI receives, as published by holger1411/astrodeck in .claude/skills/accessibility/SKILL.md and read by ahel’s review.

Canonical Sources

This skill references the following globals — read them BEFORE starting work:

  • system/globals/accessibility.md — WCAG rules, ARIA patterns, keyboard nav, focus styles
  • system/globals/colors.md — Contrast ratios, color semantics

Domain

WCAG 2.1 AA, ARIA, Keyboard Navigation, Contrast, Screen Readers

KPIs

MetricTargetMeasurement
Lighthouse Accessibility>90Lighthouse JSON → categories.accessibility.score * 100
Pa11y Errors0npx pa11y <URL> --reporter=json
Images without Alt0npm run check:kpis

Non-Negotiable

These rules always apply — even under time pressure, even for "it's just an internal tool":

  • No element without alt text. Not even "because it's a template" — templates set the standard for thousands of projects built on top of them.
  • No div instead of button for clickable elements. Not even "because it's easier." A div is not focusable, not keyboard-operable, and is ignored by screen readers.
  • No commit without heading hierarchy. "It's just a landing page" is not an excuse — screen readers navigate via headings.
  • Dark mode is mandatory from day 1. "We'll add it later" doesn't work — CSS variables must be correct from the start. Retrofitting is double the work.
  • Keyboard navigation is not a nice-to-have. "Users only use the mouse anyway" is wrong — 25% of users rely on keyboard, assistive technology, or both.

Before Applying

Read LEARNINGS.md in this directory to avoid known anti-patterns.

Signals

GitHub stars
75
Forks
15
Last commit
Sep 2026
Hacker News mentions
20
Advanced
Catalog kind
skill
Gateway key
accessibility-holger1411
Source
github.com/holger1411/astrodeck