accessibility-skills
WCAG 2.2 accessibility rules, audits, and testing guidance
All Skills in This Repository (25)
Pure Emerald Level Indicatorssvg
Apply titles, descriptions, and ARIA roles to SVG graphics.
maps
Enforce accessible practices for static and interactive maps.
tables
Validate HTML data tables for captions, headers, and semantic structure.
color-contrast
Audit CSS color tokens and fix WCAG contrast issues across light, dark, and forced-colors modes.
forms
Ensure form controls have programmatic labels and accessible error messages.
bug-reporting
Generate structured accessibility bug reports with URL, XPath, HTML snippet, WCAG SC, rule ID, severity, and frequency.
plain-language
Rewrite UI copy, error messages, and documentation into plain language.
content-design
Review web content for plain language, heading order, and link text.
navigation
Create accessible navigation frameworks with ARIA landmarks, keyboard support, and labeling.
progressive-enhancement
Review web features for accessibility without JavaScript using layered HTML, CSS, and enhancements.
Apply print accessibility rules to CSS @media print styles.
image-alt-text
Generate WCAG 2.2-compliant alt text for images and SVG content.
Frequently Asked Questions
FAQPage SchemaHow to install accessibility-skills?▼
Run `npx skills add mgifford/accessibility-skills --all -g -y` in your terminal to install all skills globally. To install a single topic, use `npx skills add mgifford/accessibility-skills --skill forms`.
What accessibility topics does this cover?▼
It covers 25+ topics including forms, keyboard navigation, color contrast, tables, charts, maps, SVG, audio/video, tooltips, live regions, plain language, and CI/CD testing. Each skill provides severity-tagged rules and a Definition of Done checklist.
Can it audit a live website for accessibility issues?▼
Yes. The cli-audit skill runs Playwright and axe-core against a URL, then maps findings to the relevant topic skills with severity ratings and remediation steps.
Does it work with Claude Code, Cursor, and Copilot?▼
Yes. All skills follow the standard SKILL.md format and load in Claude Code, Cursor, Copilot, and other agents. The AGENTS.md file routes each topic automatically.
Do I still need manual accessibility testing?▼
Yes. Automated tools catch only about 30-40% of WCAG issues, so the manual-testing skill guides keyboard, screen reader, zoom, and forced-colors testing before release.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core