Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By masuP9
Run formal WCAG 2.2 A/AA conformance audits with automated checks via Playwright, assess organizational accessibility maturity with roadmaps and KPIs, plan WCAG audits using WAIC guidelines, and review web pages, code, and design mockups with severity-ranked issue reports and fixes.
npx claudepluginhub masup9/a11y-specialist-skills --plugin a11y-specialist-skillsPerform formal WCAG 2.2 A/AA conformance audits and assign Pass/Fail/NT/NA to every success criterion with evidence. Use reviewing-a11y instead for issue discovery and improvement feedback.
Assess organizational accessibility maturity and create a long-term improvement plan with a roadmap, KPIs, and stakeholder materials. Use planning-wcag-audit for the execution plan of a specific site's WCAG audit.
Plan WCAG audits for a specific site using WAIC test guidelines, including scope, page selection, environment, and execution plan. Use planning-a11y-improvement for organization-wide, long-term improvement planning.
Review accessibility of web pages, code implementations, design mockups, and specifications, then report severity-ranked issues and fixes. Use auditing-wcag instead for formal conformance decisions across all success criteria.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-powered accessibility analysis - Interactive accessibility audit skill and automated agent with comprehensive WCAG compliance detection and reporting
A11y compliance testing with WCAG 2.1/2.2 validation, screen reader compatibility, and automated accessibility audits
Full accessibility audit with WCAG compliance checking
QA skills for accessibility-testing domain.
WCAG AA accessibility enforcement for Claude Code. 80 specialist agents, 25 commands, and enforcement hooks that delegate to accessibility-lead for UI code review. Includes Playwright integration, veraPDF, PDF form converter, end-user documentation, scan config templates, example project, and three-hook enforcement gate.
Accessibility and UX implementation - WCAG, ARIA, design tokens
Claude Code と OpenAI Codex CLI の協調タスク実行プラグイン
Accessibility specialist skills plugin for Claude Code and Codex.
Provides accessibility review skills based on WCAG 2.2 & WAI-ARIA APG.
| Skill | Description |
|---|---|
| reviewing-a11y | Accessibility review for web pages, component implementations, design mockups, and specifications |
| auditing-wcag | Systematic WCAG 2.2 AA conformance auditing with automated test scripts |
| planning-wcag-audit | WCAG audit planning based on WAIC guidelines (page selection, test methods) |
| planning-a11y-improvement | Accessibility improvement planning with maturity assessment, roadmap, KPI design |
# Add marketplace
/plugin marketplace add masuP9/a11y-specialist-skills
# Install plugin
/plugin install a11y-specialist-skills@a11y-specialist-skills
# Clone the repository
git clone https://github.com/masuP9/a11y-specialist-skills.git
# Create symlink to your skills directory
ln -s /path/to/a11y-specialist-skills/skills/reviewing-a11y ~/.claude/skills/reviewing-a11y
# Test locally with --plugin-dir
claude --plugin-dir /path/to/a11y-specialist-skills
# Add the marketplace
codex plugin marketplace add masuP9/a11y-specialist-skills
# Start Codex and install a11y-specialist-skills from /plugins
codex
# Clone the repository
git clone https://github.com/masuP9/a11y-specialist-skills.git
# Link the required skill into the Codex user skill directory
ln -s /path/to/a11y-specialist-skills/skills/reviewing-a11y ~/.agents/skills/reviewing-a11y
Claude Code and Codex automatically detect when to use the skill:
# Examples
Review accessibility
Check a11y
Accessibility review please
You can also provide specific targets:
# URL
Review a11y for https://example.com
# Local file
Check accessibility of src/components/Button.tsx
# Design spec
Review this design mockup from a11y perspective
You can also invoke it explicitly:
# Claude Code
/reviewing-a11y
# Codex
$reviewing-a11y
The skill provides structured feedback including:
Perform systematic WCAG 2.2 AA conformance audits:
# Examples
Audit this page for WCAG compliance
Run WCAG audit on https://example.com
Check WCAG 2.2 AA conformance
You can also invoke it explicitly:
# Claude Code
/auditing-wcag
# Codex
$auditing-wcag
The skill guides through a 4-phase audit:
Includes automated test scripts for:
npm package. The automated checks are published as
@a11y-skills/audit(this repo is a monorepo). Theauditing-wcagskill's scripts are thin wrappers around it, and you can use the checks directly in your own Playwright project:npm install -D @a11y-skills/audit. See the package README.
Plan WCAG audits based on WAIC guidelines:
# Examples
Help me plan a WCAG audit
Create audit plan for our website
Select pages for accessibility testing
You can also invoke it explicitly:
# Claude Code
/planning-wcag-audit
# Codex
$planning-wcag-audit
Create organizational accessibility improvement plans:
# Examples
Help me plan accessibility improvements
Create an a11y strategy
Assess our organization's a11y maturity
You can also invoke it explicitly:
# Claude Code
/planning-a11y-improvement
# Codex
$planning-a11y-improvement
Collects information through interview format and generates: