Help us improve
Share bugs, ideas, or general feedback.
Accessibility specialist skills for Claude Code and Codex. WCAG 2.2 review, conformance auditing, and improvement planning tools.
npx claudepluginhub masup9/a11y-specialist-skillsAccessibility specialist skills for Claude Code and Codex. WCAG 2.2 review, conformance auditing, and improvement planning tools.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Accessibility specialist skills plugin for Claude Code.
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
Claude will automatically detect when to use the skill based on your request:
# 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 directly with slash command:
/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 directly with slash command:
/auditing-wcag
The skill guides through a 4-phase audit:
Includes automated test scripts for:
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 directly with slash command:
/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 directly with slash command:
/planning-a11y-improvement
Collects information through interview format and generates:
You can also load documents such as accessibility test results or initiative history for more accurate planning.