web-accessibility

web-accessibility is a skill for Claude Code, Codex from magnus919/agent-skills. It costs 95 tokens per session (1,174 once invoked), scanned A, original, MIT.

A guide for building and reviewing accessible web interfaces, including keyboard use, focus, forms, screen readers, responsive input, motion, and assistive-technology testing. It uses native HTML and WCAG 2.2-informed checks where appropriate.

In plain words
What is it for?
Use it when creating or reviewing interactive web components, dialogs, forms, widgets, focus behavior, errors, or screen-reader support.
Why use it?
It helps teams find barriers that can stop disabled people from completing tasks, rather than relying only on automated accessibility scores.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating or reviewing interactive web components, dialogs, forms, widgets, focus behavior, errors, or screen-reader support.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/magnus919/agent-skills/web-accessibility
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add magnus919/agent-skills --skill web-accessibility
Clone the repo
git clone --depth 1 https://github.com/magnus919/agent-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin web-accessibility/plugin install web-accessibility after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for web-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/magnus919/agent-skills/web-accessibility/github.svg)](https://agentmods.dev/skills/magnus919/agent-skills/web-accessibility)
Your own site
<a href="https://agentmods.dev/skills/magnus919/agent-skills/web-accessibility"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/web-accessibility/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for web-accessibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/magnus919/agent-skills/web-accessibility"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/web-accessibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,174 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.01174
Opus 5 $0.00048 $0.00587
Sonnet 5 $0.00019 $0.00235
Haiku 4.5 $0.00010 $0.00117

Measured 4d ago against content hash ae7666592713, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

web-accessibility scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

web-accessibility/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Web Accessibility

Accessibility is successful task completion and recovery for disabled people, not a tool score. Define observable requirements before implementation, prefer native platform behavior where it fits, and gather bounded evidence in the supported browser and assistive-technology (AT) environment.

Workflow

  1. Define the task, users, supported browsers/AT, input methods, and failure recovery. Start with assets/acceptance-criteria-template.md.
  2. Choose native HTML first. Load references/semantics-and-names.md for structure, native controls, accessible names, descriptions, and dynamic updates.
  3. Specify every interactive state: trigger, role/name/state/value, keyboard commands, focus entry/exit/return, pointer alternative, errors, and visible feedback. Load the focused pattern reference.
  4. Design for visual and input adaptation using references/visual-input-and-motion.md; distinguish WCAG requirements from product goals and exceptions.
  5. Implement only after the contract is defined. For custom composite widgets, first evaluate a proven native or maintained component in the chosen stack; APG examples are informative guidance, not production proof.
  6. Verify with references/testing-and-evidence.md and the design, implementation, and release templates. Record tool, version, scope, manual tasks, actual browser/AT combinations, failures, and blocked or not-applicable items.
  7. Do not issue a WCAG conformance or general accessibility verdict from an automated scan. A conformance claim needs a complete, scoped evaluation outside this skill's automatic verdict.

Load On Demand

Need Load
Standards status, source authority, or exact links references/source-index.md
Native semantics, labels, accessible names, landmarks, live updates references/semantics-and-names.md
Tab order, focus visibility, traps, restoration, route changes references/keyboard-focus-and-routing.md
Labels, validation, recoverable errors, authentication references/forms-errors-authentication.md
Modal dialogs, disclosure, responsive navigation references/dialogs-disclosures-navigation.md
Tabs, comboboxes, listboxes, grids, menus, other composites references/composite-widgets.md
Contrast, reflow, zoom, targets, drag, motion, media references/visual-input-and-motion.md
Automated checks, manual protocols, AT matrix, evidence references/testing-and-evidence.md
Framework or skill boundary references/routing.md
Validate common outcomes without claiming conformance references/outcome-probes.md

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 63 lines · 95 tokens per session scan A ae7666592713

Subscribe to this mod's changes

web-accessibility is a skill published in the GitHub repository magnus919/agent-skills (75 stars, last pushed today), licensed MIT. It adds 95 tokens to every session and 1,174 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories