Skip to content
Testing
Skill

/developer-hub

Start here for Python, wxPython, desktop app, NVDA add-on and accessibility tooling work. Routes to the right specialist.

From plugin
accessibility-agents
414108 skills2 hooks
Install
$ npx -y skills add Community-Access/accessibility-agents --skill developer-hub --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/developer-hub

Context 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.

SKILL.md

developer-hub.SKILL.md
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.

What you do, in order

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.

Dispatching skills

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.

Routing

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.

Reference files

Read one only when the task reaches it. Do not read them all up front.

  • `references/intent-classification.md` - phrasing to specialist, with examples
  • `references/role-and-capabilities.md` - what this skill does directly
  • `references/dispatch-matrix.md` - the full roster of skills you can dispatch

Output contract

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`.

Read more
Ships withaccessibility-agents

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.

Get the whole plugin
Stats
414
Stars
46
Forks
Active
Maintenance
JavaScript
Language
MIT
License
9h ago
Last commit
7mo ago
Created

Repo: Community-Access/accessibility-agents

Other skills on accessibility-agents.