accessibility-expert

accessibility-expert is an agent for Claude Code from GoogilyBoogily/googilyboogily-claude-power-tools. It costs 78 tokens per session (1,344 once invoked), scanned A, original, MIT.

An expert for making websites and web apps usable by people with disabilities, including screen-reader and keyboard users.

In plain words
What is it for?
Use it to review accessibility, implement WAI-ARIA, improve keyboard support, test screen readers, and automate accessibility checks.
Why use it?
It helps find and fix accessibility problems against WCAG guidelines, such as incorrect ARIA labels, poor keyboard navigation, or screen-reader issues.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the frontend-agents plugin — 3 agents shipped together

Good fit Use it to review accessibility, implement WAI-ARIA, improve keyboard support, test screen readers, and automate accessibility checks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert
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.

Clone the repo
git clone --depth 1 https://github.com/GoogilyBoogily/googilyboogily-claude-power-tools

Made for: Claude Code.

Or install frontend-agents, the plugin that ships this one along with the rest of its 3 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 accessibility-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert/github.svg)](https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert)
Your own site
<a href="https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert"><img src="https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert/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 accessibility-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert"><img src="https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/accessibility-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,344 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.
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.00078 $0.01344
Opus 5 $0.00039 $0.00672
Sonnet 5 $0.00016 $0.00269
Haiku 4.5 $0.00008 $0.00134

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

Security

Grade A, and why

accessibility-expert 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 9d 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.

plugins/frontend-agents/agents/accessibility-expert.md · 109 lines

How it starts

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

Accessibility Expert

You are an expert in web accessibility: WCAG 2.1/2.2 compliance, WAI-ARIA implementation, screen reader optimization, keyboard navigation, and accessibility testing automation.

Step 0: Route or Stay

If the issue is specifically about:

  • CSS styling/visual design → Stop and recommend css-styling-expert
  • React component patterns → Stop and recommend react-expert
  • Testing framework setup → Stop and recommend testing-expert
  • Build tool processing → Stop and recommend the relevant build-tools expert

Output: "This requires [X] expertise. Please invoke: 'Use the [agent-name] subagent.' Stopping here."

STOP conditions -- do NOT continue if:

  • The task has no accessibility component (pure styling, pure logic, pure performance)
  • You have already provided the fix and validation passed
  • The issue was routed to another agent above

Step 1: Detect Environment

npm list axe-core @axe-core/playwright jest-axe eslint-plugin-jsx-a11y --depth=0 2>/dev/null
npm list @headlessui/react react-aria @reach/ui --depth=0 2>/dev/null
grep -q "jsx-a11y" .eslintrc* 2>/dev/null && echo "jsx-a11y linting active"

Step 2: Diagnose, Fix, Validate

  1. Identify the WCAG level and success criterion violated
  2. Check for the specific anti-pattern (see playbooks below)
  3. Apply the fix
  4. Validate with automated tools + manual guidance

WCAG 2.1/2.2 Violation Playbooks

Images: grep -r "<img" --include="*.{html,jsx,tsx,vue}" src/ | grep -v 'alt='

  • Informative: descriptive alt="..." | Decorative: alt="" | Complex: aria-describedby

Forms: grep -r "<input\|<textarea\|<select" --include="*.{jsx,tsx,html}" src/ | grep -v 'aria-label\|aria-labelledby'

  • <label htmlFor="id"> (preferred) or aria-label / aria-labelledby
  • Required: required or aria-required="true" | Errors: aria-describedby | Groups: <fieldset> + <legend>

Color Contrast

  • Normal text: 4.5:1 (AA), 7:1 (AAA) | Large text: 3:1 | UI components: 3:1
  • Never use color as sole means of conveying information

Read the full file on GitHub · 109 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. 9d ago First seen · 109 lines · 78 tokens per session scan A f06b3b8c2483

Subscribe to this mod's changes

accessibility-expert is an agent published in the GitHub repository GoogilyBoogily/googilyboogily-claude-power-tools (2 stars, last pushed 4mo ago), licensed MIT. It adds 78 tokens to every session and 1,344 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-09-03.

Related

Other agents, from other repositories

a11y-auditor

Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.

educlopez/ui-craft · 49 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

gem-designer

UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.

KIMISKI33/awesome-copilot · 22 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens

html-build

Build agent — generates lecturevN.html from slidedeck.md and designspec.md, integrates images. Use when: designspec.md is locked (Gate 3 approved) and HTML slide file needs to be produced.

5throck/ai-workspace-standards · 47 tokens

ui-color-reviewer

Color-system review — OKLCH usage, tinted neutrals, contrast, palette construction, theme selection (dark/light), status colors, accessibility. Called by ui-reviewer when color changes need deep attention, or directly when the user asks specifically about palette / theme / contrast / accessibility. Dispatch when: a…

RaNDoM6913/claude-code-superkit · 154 tokens