a11y-audit

a11y-audit is a skill for Claude Code from helderberto/agent-skills. It costs 85 tokens per session (284 once invoked), scanned A, original, MIT.

A skill for checking frontend HTML, JSX, TSX, Vue, or similar code for accessibility problems against WCAG, the web accessibility guidelines.

In plain words
What is it for?
Auditing frontend accessibility, optionally running axe against a local site, grouping findings by severity and WCAG criterion, and reporting file-and-line locations with fixes.
Why use it?
It identifies issues that can prevent keyboard users or people using screen readers from using an interface, and explains what to change without editing files automatically.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hb plugin — 38 skills, 6 agents shipped together

Good fit Auditing frontend accessibility, optionally running axe against a local site, grouping findings by severity and WCAG criterion, and reporting file-and-line locations with fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/helderberto/agent-skills/a11y-audit
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 helderberto/agent-skills --skill a11y-audit
Clone the repo
git clone --depth 1 https://github.com/helderberto/agent-skills

Made for: Claude Code.

Or install hb, the plugin that ships this one along with the rest of its 38 skills, 6 agents.

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 a11y-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/helderberto/agent-skills/a11y-audit/github.svg)](https://agentmods.dev/skills/helderberto/agent-skills/a11y-audit)
Your own site
<a href="https://agentmods.dev/skills/helderberto/agent-skills/a11y-audit"><img src="https://agentmods.dev/badge/skills/helderberto/agent-skills/a11y-audit/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 a11y-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/helderberto/agent-skills/a11y-audit"><img src="https://agentmods.dev/badge/skills/helderberto/agent-skills/a11y-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 284 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.00085 $0.00284
Opus 5 $0.00043 $0.00142
Sonnet 5 $0.00017 $0.00057
Haiku 4.5 $0.00009 $0.00028

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

Security

Grade A, and why

a11y-audit 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 5d 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.

skills/a11y-audit/SKILL.md · 30 lines

What it actually says

Accessibility Audit

Workflow

  1. Detect framework from package.json (React, Vue, Svelte)
  2. Run static analysis -- grep JSX/TSX/HTML files for violations
  3. If dev server is running, optionally run axe-core CLI:
    npx @axe-core/cli@4 http://localhost:3000
    
  4. Report findings grouped by severity

Output format

Group by WCAG criterion:

  • Critical (A) -- blocks assistive technology users
  • Serious (AA) -- significantly impacts usability
  • Suggestions -- best practice improvements

Use file:line references. Include the fix for each finding. Prioritize keyboard navigation and screen reader issues; never auto-fix -- show what to change and why.

Error Handling

  • Framework undetected -- scan all .html, .jsx, .tsx, .vue files
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. 5d ago Changed · +18 tokens per session bf45f998ebfa
  2. 9d ago First seen · 30 lines · 67 tokens per session scan A 2ed4ba5424e8

Subscribe to this mod's changes

a11y-audit is a skill published in the GitHub repository helderberto/agent-skills (14 stars, last pushed 7d ago), licensed MIT. It adds 85 tokens to every session and 284 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

accessibility-a11y

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.

travisjneuman/.claude · 26 tokens

flutter-development

Cross-platform development with Flutter and Dart for iOS, Android, Web, Desktop, and embedded. Use when building Flutter apps, implementing Material/Cupertino design, or optimizing Dart code.

travisjneuman/.claude · 41 tokens

electron-desktop

Desktop application development with Electron for Windows, macOS, and Linux. Use when building cross-platform desktop apps, implementing native OS features, or packaging web apps for desktop.

travisjneuman/.claude · 38 tokens

generic-react-feature-developer

Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.

travisjneuman/.claude · 53 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens