Case study
NVDA Skill
A practical workflow for designing, debugging, and packaging NVDA add-ons for concrete accessibility tasks.
What it is
NVDA Skill is a set of instructions, templates, and checks for building NVDA add-ons: from a small gesture or script to a more advanced add-on with menus, dialogs, settings, and background tasks.
Why it matters
The project shows the practical side of accessibility engineering: not only finding an interface problem, but designing a tool that actually helps a screen-reader user in a real workflow.
What this case demonstrates
- understanding of NVDA and screen-reader scenarios;
- designing accessible add-ons for concrete tasks;
- separating minimal and advanced implementation paths;
- a reusable AI-agent workflow for building these tools without chaos.
Links
Related services
- Accessibility audit
- AI agent setup