Accessibility Agents skills
57 agents for web a11y, document a11y, WCAG 2.2 AA, ARIA, contrast, keyboard, forms skills-hub.ai mirrors 80 skills from Accessibility Agents daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Installing a Accessibility Agents skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Accessibility Agents skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Accessibility Agents skills via API
curl https://skills-hub.ai/api/v1/skills?source=accessibility-agents
# Browse all sources
open https://skills-hub.ai/sourcesTop Accessibility Agents skills
See all →The most-installed skills from Accessibility Agents, ranked by adoption.
01ci-accessibility
CI/CD accessibility agent. Conversational agent for setting up, managing, and troubleshooting accessibility CI pipelines. Supports baseline management (fail only on regressions), SARIF output for GitHub code scanning, PR annotations, and threshold configuration. Works with GitHub Actions, Azure DevOps, GitLab CI, CircleCI, and Jenkins.
Buildfrom Accessibility Agents02epub-scan-config
Internal helper agent. Invoked by orchestrator agents via Task tool. Manages .a11y-epub-config.json scan configuration for ePub accessibility audits. Enables and disables specific EPUB-* rules, sets severity filters, and configures scan profiles. Invoked internally by document-accessibility-wizard during Phase 0 when ePub files are in scope.
Buildfrom Accessibility Agents03keyboard-navigator
Keyboard navigation and focus management specialist. Use when building or reviewing any interactive web component, navigation, routing, single-page app transitions, tab order, keyboard shortcuts, focus traps, or skip links. Ensures full keyboard operability for users who cannot use a mouse. Applies to any web framework or vanilla HTML/CSS/JS.
Buildfrom Accessibility Agents04link-checker
Ambiguous link text checker for web applications. Use when reviewing any page, component, or template that contains hyperlinks. Detects vague, non-descriptive, or context-dependent link text like "click here", "read more", "learn more", "here", "link", and "more info". Enforces WCAG 2.4.4 (Link Purpose in Context) and 2.4.9 (Link Purpose Link Only). Applies to any web framework or vanilla HTML/CSS/JS.
Buildfrom Accessibility Agents05accessibility-statement
Generates conformance/accessibility statements following W3C or EU model templates. Takes audit results as input, maps to conformance claims, identifies known limitations, and outputs a deployable HTML page or markdown document.
Buildfrom Accessibility Agents06text-quality-reviewer
Non-visual text quality reviewer for web applications. Use when reviewing any page, component, or template for low-quality alt text, aria-labels, or button names. Detects template variables ({0}, {{var}}), code syntax in text attributes (property.alttext), placeholder text as labels, typos in short accessible names, whitespace-only names, and duplicate control labels. Enforces WCAG 1.1.1 (Non-text Content), 4.1.2 (Name, Role, Value), and 2.5.3 (Label in Name). Applies to any web framework or vanilla HTML/CSS/JS.
Buildfrom Accessibility Agents07web-component-specialist
Audits web components (custom elements, Shadow DOM) for accessibility. Covers ElementInternals, cross-shadow ARIA, form-associated custom elements, and shadow DOM focus management.
Buildfrom Accessibility Agents08word-accessibility
Word document accessibility specialist. Use when scanning, reviewing, or remediating .docx files for accessibility. Covers document title, heading structure, alt text, table headers, hyperlink text, merged cells, language settings, and reading order. Enforces Microsoft Accessibility Checker rules mapped to WCAG 2.1 AA.
Buildfrom Accessibility Agents09accessibility-regression-detector
Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Buildfrom Accessibility Agents10actions-manager
GitHub Actions command center -- view workflow runs, read logs, re-run failed jobs, manage workflows, and debug CI failures entirely from the editor. Bypasses the deeply nested, visually-dependent Actions UI that is largely inaccessible to screen readers.
Buildfrom Accessibility Agents11analytics
Your GitHub analytics command center -- team velocity, review turnaround, issue resolution metrics, contribution activity, bottleneck detection, and code churn analysis with dual markdown + HTML reports.
Buildfrom Accessibility Agents12cognitive-accessibility
Cognitive accessibility specialist for reviewing content, forms, authentication, timeouts, and UI patterns for clarity, reduced cognitive load, and WCAG 2.2/COGA alignment.
Buildfrom Accessibility Agents13compliance-mapping
Maps accessibility audit results to legal/regulatory frameworks — Section 508, EN 301 549, EAA, ADA, AODA. Generates VPAT 2.5 conformance tables and identifies non-WCAG requirements.
Buildfrom Accessibility Agents14contrast-master
Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual decisions. Applies to any web framework or vanilla HTML/CSS/JS.
Buildfrom Accessibility Agents15cross-page-analyzer
Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper for cross-page accessibility pattern detection, severity scoring, and scorecard generation. Analyzes aggregated findings from multiple page audits to identify systemic vs page-specific issues, compute severity scores, and generate comparison scorecards.
Buildfrom Accessibility Agents16data-visualization-accessibility
Audits charts, graphs, dashboards, and data visualizations for accessibility. Covers SVG ARIA, data table alternatives, color-safe palettes, keyboard interaction, and charting library APIs.
Buildfrom Accessibility Agents17document-accessibility-wizard
Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility, excel-accessibility, powerpoint-accessibility, pdf-accessibility) and produces a comprehensive markdown report.
Buildfrom Accessibility Agents18epub-accessibility
ePub document accessibility specialist. Use when scanning, reviewing, or remediating .epub files for accessibility. Covers EPUB Accessibility 1.1 (WCAG 2.x conformance), reading order, navigation documents (TOC/NCX), accessibility metadata (schema.org), language settings, image alt text, table structure, and heading hierarchy within ePub content documents.
Buildfrom Accessibility Agents19excel-accessibility
Excel workbook accessibility specialist. Use when scanning, reviewing, or remediating .xlsx files for accessibility. Covers sheet names, table headers, alt text, merged cells, color-only data, hyperlink text, and workbook properties. Enforces Microsoft Accessibility Checker rules mapped to WCAG 2.1 AA.
Buildfrom Accessibility Agents20github-hub
Your intelligent GitHub command center -- start here. GitHub Hub discovers your repos and organizations, understands what you want to accomplish in plain English, and guides you to the right outcome by orchestrating every other agent. No commands to memorize. Just talk.
Buildfrom Accessibility Agents21markdown-csv-reporter
Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper for exporting markdown accessibility audit findings to CSV format. Generates structured CSV reports with severity scoring, WCAG criteria mapping, markdownlint rule references, and actionable remediation guidance for each finding.
Buildfrom Accessibility Agents22markdown-fixer
Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper for applying accessibility fixes to markdown files. Handles auto-fixable issues (links, headings, emoji remove/translate, em-dashes, tables, Mermaid replacement, ASCII diagram descriptions) and presents human-judgment fixes for approval. Invoked by markdown-a11y-assistant via the Task tool - not user-invokable directly.
Buildfrom Accessibility Agents23markdown-scanner
Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper for scanning a single markdown file for accessibility issues across all 9 domains. Returns structured findings with severity, line numbers, suggested fixes, and auto-fix classification. Invoked by markdown-a11y-assistant via the Task tool - not user-invokable directly.
Buildfrom Accessibility Agents24mobile-accessibility
Mobile accessibility specialist for React Native, Expo, iOS (SwiftUI/UIKit), and Android (Jetpack Compose/Views). Audits accessibilityLabel, accessibilityRole, accessibilityHint, touch target sizes, screen reader compatibility, and platform-specific semantics. Use for any React Native or native mobile code review - approximately 60% of web traffic is mobile and most UI accessibility tooling ignores mobile-specific patterns.
Buildfrom Accessibility Agents
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:10 PM (success).
Accessibility Agents skills — frequently asked
What are Accessibility Agents skills?
Accessibility Agents skills are AI coding skills published by Accessibility Agents (57 agents for web a11y, document a11y, WCAG 2.2 AA, ARIA, contrast, keyboard, forms) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Accessibility Agents skills are available?
skills-hub.ai indexes 80 skills from Accessibility Agents, synced daily from the upstream GitHub repository (https://github.com/Community-Access/accessibility-agents).
How do I install a Accessibility Agents skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Accessibility Agents skills?
Yes. Every skill from this source is mirrored from Accessibility Agents's own GitHub repository (https://github.com/Community-Access/accessibility-agents). Each skill page links back to the upstream source of truth, so you can verify the original.