wcag-ai-skill
Catalogue stub — full package: Raze-Systems/wcag-ai-skill
Decision tree
Is the package already installed? Check your agent's skills directory for
wcag-ai-skillwith content beyond this stub.- Yes → invoke and proceed
- No → go to step 2
Which agent?
- Claude Code / Cursor →
npx skills add Raze-Systems/wcag-ai-skill— or send! npx skills add …as a chat message (add-gfor global, omit for project-only) - Other → see GitHub README
- Claude Code / Cursor →
Install command
npx skills add Raze-Systems/wcag-ai-skill
Invoke after install
- Skill name:
wcag-ai-skill - Trigger phrases: "WCAG 2.2 guidance", "wcag-ai-skill", "Raze Systems", "WCAG conformance docs", "accessibility remediation"
What it does
Translates WCAG 2.2 success criteria into practical, actionable guidance across the full accessibility workflow: web design (what to spec), frontend implementation (how to code it), content review (what writers need to know), accessibility QA (how to test), remediation planning (how to fix issues), and conformance documentation (how to report). Covers the complete WCAG guidance lifecycle rather than just the audit phase. Different from wcag-audit-patterns which focuses on the audit/testing phase.
When NOT to use
- Quick contrast checks — use
fixing-accessibilityfor targeted color contrast fixes - Automated Lighthouse-style performance audits — use
addyosmani-quality