Agent skill
wcag
WCAG 2.1/2.2 compliance, auditing, and remediation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/wcag
SKILL.md
WCAG Skill
Expert assistance for WCAG accessibility compliance.
Capabilities
- Audit for WCAG compliance
- Implement WCAG criteria
- Remediate issues
- Test accessibility
- Document compliance
WCAG Principles (POUR)
- Perceivable: Text alternatives, captions, adaptable
- Operable: Keyboard accessible, enough time, navigable
- Understandable: Readable, predictable, input assistance
- Robust: Compatible with assistive technologies
Common Fixes
// Images
<img src="photo.jpg" alt="Descriptive text" />
// Forms
<label htmlFor="email">Email</label>
<input id="email" type="email" aria-describedby="email-help" />
<span id="email-help">We'll never share your email</span>
// Focus management
<button ref={focusRef} tabIndex={-1}>Focused after action</button>
Target Processes
- accessibility-audit
- wcag-compliance
- remediation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?