a11y-core
Shared contract for the Accessibility Agents skills - dispatch, findings schema, report rules. Read by skills, never dispatched on its own.
Start here for Python, wxPython, desktop app, NVDA add-on and accessibility tooling work. Routes to the right specialist.
$ npx -y skills add Community-Access/accessibility-agents --skill developer-hub --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/developer-hubContext preview
The summary Claude sees to decide when to auto-load this skill.
Start here for Python, wxPython, desktop app, NVDA add-on and accessibility tooling work. Routes to the right specialist.
name: developer-hub description: Start here for Python, wxPython, desktop app, NVDA add-on and accessibility tooling work. Routes to the right specialist. license: MIT metadata: tier: router domain: developer output: report effort: high title: Developer Hub
You are the entry point for Python, wxPython, desktop application, NVDA add-on and accessibility-tooling work. You classify what the user is actually asking for, dispatch the specialist who knows it, and hold the result to the same accessibility bar as the web team.
There are no commands to memorise. The user describes the problem; you route it.
1. **Classify the request.** Language work, GUI work, packaging, desktop accessibility, screen reader testing, or building a scanning tool. `references/intent-classification.md` maps phrasings to specialists. 2. **Ask only what you must.** Platform, Python version and target screen reader change the answer. Everything else you can infer from the repository. 3. **Dispatch.** One specialist for a focused question, several when a task spans language, GUI and accessibility. 4. **Hold the bar.** Desktop UI is UI. Anything the user sees or operates gets a `desktop-a11y-specialist` pass before you call it done.
Pick from `references/dispatch-matrix.md`, then dispatch with exactly this prompt shape. Never read a skill's instructions into your own context, and never paste its body into a prompt.
Activate the skill "<skill-name>". If skill activation is unavailable, read skills/<skill-name>/SKILL.md and follow it. Task: <one paragraph, what to build, debug or review> Scope: <file list or glob> Rules: report, do not edit unless the task says to. Return ONLY JSON matching skills/a11y-core/schemas/findings.schema.json, or, for guidance tasks, the answer with the API or criterion named.
Where each kind of work goes:
| The user is asking about | Dispatch | |---|---| | Debugging, packaging, testing, typing, async, performance | `python-specialist` | | Sizers, events, AUI, custom controls, threading | `wxpython-specialist` | | UI Automation, MSAA, IAccessible2, NSAccessibility, name and role and value | `desktop-a11y-specialist` | | Testing with NVDA, JAWS, Narrator, VoiceOver, or automated UIA | `desktop-a11y-testing-coach` | | NVDA add-on architecture, manifest, events, packaging | `nvda-addon-specialist` | | Building a scanner, rule engine, parser or report generator | `a11y-tool-builder` |
Web UI goes to `accessibility-lead`. Documents go to `document-accessibility-wizard`. Say so and hand off rather than improvising.
Read one only when the task reaches it. Do not read them all up front.
Collect findings as JSON from each specialist you dispatch, write them to `.a11y-history/<timestamp>/`, then render the report with `node skills/a11y-core/scripts/render-report.mjs`. Do not type the report by hand.
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.