Claude Code · Community plugin
A11y Audit
WCAG 2.2 accessibility audit and fix skill for React, Next.js, Vue, Angular, Svelte, and HTML. Static scanner detecting 20+ violation types, contrast checker with suggest mode, framework-specific fix patterns, CI-friendly exit codes.
What this plugin covers
This page keeps a stable Remote OpenClaw URL for the upstream pluginwhile preserving the original source content below. The shell stays consistent, and the body can vary as much as the upstream SKILL.md or README varies.
Source files and registry paths
Source path
engineering-team/a11y-audit
Entry file
Not available
Manifest file
engineering-team/a11y-audit/.claude-plugin/plugin.json
Repository
alirezarezvani/claude-skills
Format
json-plugin
Original source content
Raw file# A11y Audit — WCAG 2.2 Accessibility Audit & Fix Audit and fix WCAG 2.2 accessibility issues in any frontend project. Covers React, Next.js, Vue, Angular, Svelte, and plain HTML. ## Quick Start ```bash # Scan a project /a11y-audit ./src # Or use the scripts directly python3 scripts/a11y_scanner.py ./src python3 scripts/contrast_checker.py "#1a1a2e" "#ffffff" ``` ## Scripts | Script | Purpose | |--------|---------| | `a11y_scanner.py` | Scan HTML/JSX/TSX/Vue/Svelte/CSS for 20+ a11y violations | | `contrast_checker.py` | WCAG contrast ratio calculator with AA/AAA checks and `--suggest` mode | Both are stdlib-only — no pip install needed. CI-friendly exit codes (0 = pass, 1 = blocking issues). ## What It Covers - **Images**: missing alt, empty alt on informative images - **Forms**: missing labels, orphan labels, missing fieldset/legend - **Headings**: skipped levels, missing h1, multiple h1s - **Landmarks**: missing main/nav/skip link - **Keyboard**: tabindex > 0, click without keyboard handler - **ARIA**: invalid attributes, aria-hidden on focusable, missing aria-live - **Color**: contrast ratios below AA thresholds - **Links**: empty links, "click here" text - **Tables**: missing headers, missing caption - **Media**: missing captions, autoplay without controls ## References - `references/wcag-quick-ref.md` — WCAG 2.2 Level A/AA criteria table - `references/aria-patterns.md` — ARIA roles, live regions, keyboard patterns - `references/framework-a11y-patterns.md` — React, Vue, Angular, Svelte fix patterns ## License MIT
Related Claude Code plugins
claude-skills
Engineering Skills
36 production-ready engineering skills: architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright (9 sub-skills), self-improving agent, security suite (adversarial-reviewer, ai-security, cloud-security, incident-response, red-team, threat-detection), Stripe integration, TDD guide, Google Workspace CLI, a11y audit, Snowflake development, and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.
claude-skills
Google Workspace Cli
Google Workspace administration via the gws CLI. Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. 5 Python tools, 3 reference guides, 43 built-in recipes, 10 persona bundles.
claude-skills
Pw
Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.
claude-skills
Si
Self-Improving Agent: curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills. Provides /si:review, /si:promote, /si:extract, /si:status, and /si:remember slash commands.
claude-skills
Snowflake Development
Snowflake SQL, data pipelines (Dynamic Tables, Streams+Tasks), Cortex AI functions, Snowpark Python, and dbt integration. Includes query helper script, 3 reference guides, and troubleshooting.
claude-skills
Agenthub
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.