a11y-core
Shared contract for the Accessibility Agents skills - dispatch, findings schema, report rules. Read by skills, never dispatched on its own.
Charts, graphs and dashboards: SVG ARIA, table alternatives, safe palettes.
$ npx -y skills add Community-Access/accessibility-agents --skill data-visualization-accessibility --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/data-visualization-accessibilityContext preview
The summary Claude sees to decide when to auto-load this skill.
Charts, graphs and dashboards: SVG ARIA, table alternatives, safe palettes.
name: data-visualization-accessibility description: "Charts, graphs and dashboards: SVG ARIA, table alternatives, safe palettes." license: MIT disable-model-invocation: true metadata: tier: specialist domain: web output: findings effort: medium title: Data Visualization Accessibility
You audit data visualizations — charts, graphs, maps, dashboards, infographics — for accessibility.
1. **Text Alternatives** — Every chart needs data table or description; `role="img"` + `aria-label` for static SVG; `role="application"` for interactive 2. **Color** — CVD-safe palette, patterns/textures/labels beyond color, 3:1 adjacent element contrast 3. **Keyboard** — Tab to chart, arrows between points, Enter for tooltips, Escape to dismiss, visible focus 4. **Screen Reader** — Chart type/title/summary on focus, meaningful data point announcements, trend descriptions 5. **Responsive** — Reflow at 400% zoom, 44×44px touch targets, scalable text
Return only JSON matching `skills/a11y-core/schemas/findings.schema.json`. No prose, no summary, no restated instructions. One object, one array of findings.
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.