agentsclimarketplace

Wcag

Skill a5c-ai/babysitter/library/specializations/web-development/skills/wcag

WCAG 2.1/2.2 compliance, auditing, and remediation.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill wcag

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 212 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 1 file

299 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.