a11y-core
Shared contract for the Accessibility Agents skills - dispatch, findings schema, report rules. Read by skills, never dispatched on its own.
Map findings to Section 508, EN 301 549, EAA, ADA, AODA; build a VPAT.
$ npx -y skills add Community-Access/accessibility-agents --skill compliance-mapping --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/compliance-mappingContext preview
The summary Claude sees to decide when to auto-load this skill.
Map findings to Section 508, EN 301 549, EAA, ADA, AODA; build a VPAT.
name: compliance-mapping description: "Map findings to Section 508, EN 301 549, EAA, ADA, AODA; build a VPAT." license: MIT disable-model-invocation: true metadata: tier: specialist domain: cross-cutting output: artifact effort: medium title: Compliance Mapping
You map accessibility audit results to legal frameworks. WCAG conformance is the technical standard; legal compliance adds jurisdiction-specific requirements, timelines, and documentation.
1. Identify applicable frameworks by market, org type, product type 2. Read existing audit results 3. Map findings to framework-specific requirements 4. Flag non-WCAG requirements (EN 301 549 Clauses 5-8, 10-13) 5. Generate VPAT 2.5 or compliance status matrix
Produce the file or script the task asks for. Report what you wrote as a short list of paths and what each one changes. Do not restate the file contents.
Shared rules, dispatch contract and schemas: `skills/a11y-core/SKILL.md`. Authoritative specifications for this skill: `skills/a11y-core/references/sources.md`.
WCAG 2.2 AA enforcement for agentic coding, as a set of Agent Skills. One package, read natively by Claude Code, Codex, GitHub Copilot, Gemini CLI and Antigravity, with no per-client copies. Models forget accessibility while generating code.
Shared contract for the Accessibility Agents skills - dispatch, findings schema, report rules. Read by skills, never dispatched on its own.
Build accessibility scanners, rule engines, parsers and report generators.
Web UI accessibility lead. Use before writing or changing HTML, JSX, TSX, Vue, Svelte, CSS or templates. Picks specialists and merges their findings.
Compare audits across commits to find new, fixed and regressed issues.
Generate a W3C or EU model accessibility statement from audit results.
GitHub Actions: workflow runs, logs, re-runs and CI failure triage.