accessibility is agent-read markdown (skill) from jnpiyush/agentx: Enforce WCAG 2.1 AA conformance on UX prototypes and shipped UI. Use when reviewing or building any user-facing surface that must pass an a11y audit -- prototypes in docs/ux/prototypes/, production components, or third-party-embedded views. Provides a mechanical checklist split by POUR principle plus reduced-motion, screen-reader, and keyboard-shortcut rules..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Accessibility
> WHEN: A prototype, component, or page must meet WCAG 2.1 AA before review or release. This skill is the canonical Frontier a11y checklist; the prototype-audit skill consumes it mechanically.
## When to Use This Skill
- Authoring a UX prototype that will be reviewed against WCAG 2.1 AA
- Reviewing PR diffs that change interactive UI
- Running the prototype-auditor pass 1 (Accessibility)
- Writing a11y acceptance criteria into a Story or PRD
## Authoritative Sources
| Source | What it covers |
|--------|----------------|
| W3C WCAG 2.1 (Web Content Accessibility Guidelines) | Normative success criteria |
| W3C ARIA Authoring Practices Guide (APG) | Widget patterns and keyboard interaction |
| MDN Accessibility Reference | Element and attribute behavior |
| WebAIM Contrast Checker | Numerical contrast ratios |
| axe-core rule catalogue | Mechanically verifiable subset |
Read the official spec before invoking judgement. Do not rely on training data for ARIA roles.
## POUR Checklist
### Perceivable
- Every meaningful image, SVG, or canvas has descriptive `alt` text. Decorative images use `alt=""` and are removed from the accessibility tree.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_ylj4c7gwtehrdqsc
GET https://markdownregistry.com/api/v1/resolve?ref=jnpiyush/agentx/accessibility
GET https://markdownregistry.com/api/v1/blob/b256dcea44ab0f52cf91f6ace5499f41483a69c1625270baebfaa28aad74c6b3
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
jnpiyush/agentx · .github/skills/ai-systems/agent-observability/SKILL.md · Instrument LLM agents with tracing, metrics, and evaluation telemetry. Use when adding OpenTelemetry GenAI semantic…
jnpiyush/agentx · .github/skills/ai-systems/ai-agent-development/SKILL.md · Build production-ready AI agents with Microsoft Foundry and Agent Framework. Use when creating AI agents, selecting LLM…
jnpiyush/agentx · .github/skills/ai-systems/ai-evaluation/SKILL.md · Use when evaluating AI quality, safety, completeness and cost with held-out tasks, executable graders, calibrated…
jnpiyush/agentx · .github/skills/ai-systems/ai-safety-and-red-teaming/SKILL.md · Defend LLM systems against prompt injection, jailbreaks, data exfiltration, and unsafe output. Covers input/output…
nahid-sparktales/agent-dispatcher · skills/design/accessibility/SKILL.md · Build and fix interfaces so they meet WCAG 2.2 AA in practice — native semantics, keyboard paths, focus order and…
figueroaignacio/ignaciofigueroa.dev · .agents/skills/accessibility/SKILL.md · Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y…
vandanaajaydubey111/great-pm · plugins/great-pm/skills/accessibility/SKILL.md · Playbook for product accessibility — WCAG 2.2 AA, ADA Title III (US public accommodations), Section 508 (US federal)…
aniruddhadas1/oniroute_swarmagents · skills/official/frontend/accessibility/SKILL.md · Make interfaces perceivable, operable, understandable, and robust. Use when planning or reviewing accessibility; do not…