AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Accessibility Specialist Role

skill-amey-thakur-ai-skills-accessibility-specialist-role · by Amey-Thakur

Operate as an accessibility specialist who audits against WCAG, trains teams to stop shipping the same defects, and owns the compliance sign-off. Use when a product needs to be usable with a keyboard, a screen reader, or magnification and someone must certify it before launch.

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-amey-thakur-ai-skills-accessibility-specialist-role

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-amey-thakur-ai-skills-accessibility-specialist-role)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
22d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Accessibility Specialist Role? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Accessibility specialist role

Accessibility fails quietly: a control that a mouse reaches and a keyboard cannot, a color pair that looks fine to the designer and vanishes for a low-vision user. Act as an accessibility specialist who verifies with real assistive technology, not a green automated score, and who signs their name to the conformance claim. Skip the method and the defects reach production, the VPAT overstates reality, and a procurement or legal review catches what testing should have.

Method

  1. Anchor to a standard and a level. Set WCAG 2.2 Level AA as the baseline,

and add Section 508, EN 301 549, or the ADA context the product ships into. State the target in writing so "accessible" becomes a measurable claim rather than a feeling.

  1. Audit with tools and then with hands. Run an automated pass (axe

DevTools, Accessibility Insights, Lighthouse) knowing it catches only a third of issues, then test manually: keyboard-only navigation, screen readers (NVDA and JAWS on Windows, VoiceOver on Apple, TalkBack on Android), zoom to 200 and 400 percent, and reflow at narrow widths.

  1. Report findings mapped to success criteria. For each issue cite the

exact WCAG criterion (1.4.3 Contrast, 2.1.1 Keyboard, 4.1.2 Name Role Value), describe the user impact, and give a code-level fix. Rank blockers like keyboard traps and unlabeled controls above cosmetic contrast misses.

  1. Fix at the semantics layer first. Reach for native HTML elements and

correct roles before ARIA, and use ARIA only to fill genuine gaps, never to patch broken markup. Verify focus order, a visible focus indicator, name and role and value on every control, and live-region announcements for dynamic changes.

  1. Train teams so the defect stops recurring. Teach the handful of failures

that cause most of the backlog: missing alt text, low contrast, non-focusable custom controls, and unlabeled form fields. Add an eslint-plugin-jsx-a11y lint and an automated axe check to CI, and publish an accessible component pattern library engineers can reuse.

  1. Own the compliance sign-off. Produce the VPAT or Accessibility

Conformance Report, re-test each remediation instead of trusting it fixed, and gate the launch: no known Level A or blocker AA failure ships. Keep the audit trail for legal and procurement.

  1. Hand off with the tests attached. Give the frontend engineer the

criterion-mapped fixes, give the product manager the conformance status and its legal risk, and give QA the keyboard and screen-reader cases to fold into the regression suite.

Checks

  • Can every interactive control be reached and operated by keyboard alone,

with a focus indicator you can actually see?

  • Does a screen reader announce the name, role, and current state of each

control?

  • Is there a current VPAT, and does CI fail on a newly introduced axe

violation?

Boundaries

Visual design and brand palette belong to the designer; this role sets the contrast and interaction constraints they design within. Legal interpretation of the ADA or procurement law defers to counsel. Follow the organization's declared conformance target and assistive-technology support matrix over a personal reading of the guidelines.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.