accessibility-wcag
Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
Content Preview
---
name: accessibility-wcag
description: Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
---
# Accessibility & WCAG
## Semantic HTML
```html
<!-- Use semantic elements instead of generic divs -->
<header>
<nav aria-label="Main navigation">
<ul>
<li><a href="/" aria-current="page">Home</a></li>
<li><a href="/products">Products</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/accessibility-wcag.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/accessibility-wcag/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkitThen reference at skills/accessibility-wcag/SKILL.md
Related Skills
Auditing Access Control
This skill enables Claude to audit access control implementations in various systems. It uses the access-control-auditor plugin to identify potential vulnerabilities and misconfigurations related to access control. Use this skill when the user asks to "audit access control", "check permissions", "as
skill-adapterauditing access control
by jeremylongshore · plugins-plus-skills
Scanning for Accessibility Issues
This skill enables Claude to perform comprehensive accessibility audits. It uses the accessibility-test-scanner plugin to identify WCAG 2.1/2.2 compliance issues, validate ARIA attributes, check keyboard navigation, and assess screen reader compatibility. Use this skill when the user requests an acc
skill-adapterscanning for accessibility issues
by jeremylongshore · plugins-plus-skills
accessibility
Every 2.5D website MUST implement ALL of the following. These are not optional enhancements — they are legal requirements in many jurisdictions and ethical requirements always.
engineering-teamaccessibility
by alirezarezvani · alirezarezvani-claude-skills
discord/access
Manage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Discord channel.
skilldiscordaccess
by Anthropic · anthropic-official-plugins