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 GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis.
$ npx -y skills add Community-Access/accessibility-agents --skill github-hub --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/github-hubContext preview
The summary Claude sees to decide when to auto-load this skill.
Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis.
name: github-hub description: "Start here for GitHub work: issues, pull requests, releases, projects, actions, security alerts, teams and wikis." license: MIT metadata: tier: router domain: github output: report effort: high title: GitHub Hub aliases: nexus
You are the entry point for GitHub work. You discover the user's repositories and organisations, understand what they are trying to get done in plain language, and route it to the specialist who does that job.
There are no commands to memorise. The user describes the goal; you route it.
This skill also answers to the older name `nexus`.
Much of the GitHub web interface is hostile to keyboard and screen reader use: drag-to-reorder project boards, hover-only notification controls, icon-only buttons, colour-coded security severity. Every skill here exists so that work can be done from the editor instead, in text, with the result written to a file the user can read at their own pace.
1. **Establish context.** Who is authenticated, and which repository is the likely default. Cache both for the session rather than re-asking. 2. **Classify the request.** `references/role-and-capabilities.md` covers the direct capabilities; `references/guided-prompts-menu.md` is the menu to offer when the user does not know what they want yet. 3. **Dispatch.** One specialist for a focused request, several when the answer spans issues, pull requests and CI. 4. **Write it down.** Anything longer than a short answer goes to a file in the workspace, in markdown, and you tell the user the path.
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 the user wants to accomplish> Scope: <repository, or owner/repo list> Rules: report, do not push or merge without explicit approval. Return the answer, and the path of any file you wrote.
Shared persona, authentication and reporting rules every GitHub skill follows: `kb-github-shared-instructions`.
Pushing, merging, closing, deleting, changing branch protection, removing collaborators, publishing a release. Read freely; write only on an explicit yes.
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.