mgiffordmgiffordCommunity·25 Agent Skills Included

accessibility-skills

WCAG 2.2 accessibility rules, audits, and testing guidance

Applies WCAG 2.2 AA rules to forms, tables, charts, maps, SVG, media, navigation, and keyboard interaction. Replaces scattered accessibility checklists and manual WCAG lookups with severity-tagged, ready-to-apply rules. Includes axe-core rule references, CI/CD gating guidance, live URL audits, and structured bug reporting to ship accessible code faster.
npx skills add mgifford/accessibility-skills --all -g -y
Available:

Tells the agent to follow WCAG 2.2 AA, prefer semantic HTML over ARIA, and routes each accessibility topic to the matching skill file in this repository.

All Skills in This Repository (25)

Pure Emerald Level Indicators
📦 In Repo
mgiffordmgifford

svg

Apply titles, descriptions, and ARIA roles to SVG graphics.

Community
Advanced
📦 In Repo
mgiffordmgifford

maps

Enforce accessible practices for static and interactive maps.

Community
Advanced
📦 In Repo
mgiffordmgifford

tables

Validate HTML data tables for captions, headers, and semantic structure.

Community
Advanced
📦 In Repo
mgiffordmgifford

color-contrast

Audit CSS color tokens and fix WCAG contrast issues across light, dark, and forced-colors modes.

Community
Advanced
📦 In Repo
mgiffordmgifford

forms

Ensure form controls have programmatic labels and accessible error messages.

Community
Advanced
📦 In Repo
mgiffordmgifford

bug-reporting

Generate structured accessibility bug reports with URL, XPath, HTML snippet, WCAG SC, rule ID, severity, and frequency.

Community
Intermediate
📦 In Repo
mgiffordmgifford

plain-language

Rewrite UI copy, error messages, and documentation into plain language.

Community
Intermediate
📦 In Repo
mgiffordmgifford

content-design

Review web content for plain language, heading order, and link text.

Community
Intermediate
📦 In Repo
mgiffordmgifford

navigation

Create accessible navigation frameworks with ARIA landmarks, keyboard support, and labeling.

Community
Advanced
📦 In Repo
mgiffordmgifford

progressive-enhancement

Review web features for accessibility without JavaScript using layered HTML, CSS, and enhancements.

Community
Advanced
📦 In Repo
mgiffordmgifford

print

Apply print accessibility rules to CSS @media print styles.

Community
Intermediate
📦 In Repo
mgiffordmgifford

image-alt-text

Generate WCAG 2.2-compliant alt text for images and SVG content.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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