a11y-audit

This skill should be used when the user asks to "check accessibility", "audit WCAG compliance", "scan HTML for a11y issues", "check color contrast", or "find accessibility violations in web pages".

Type
skill
GitHub stars
295
Repository
borghei/Claude-Skills
Category
frontend

Install

  1. 1Quick install (skills CLI)

    npx skills add borghei/Claude-Skills --skill a11y-audit --agent claude-code

    Installs a11y-audit into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.

  2. 2Manual install

    Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.

⚠️ Exact file layout and requirements vary by repository — always check the repo README first.

View on GitHub ↗

Prefer the full source? The repository README is the authoritative install reference.