a11y

a11y is a skill for Claude Code from bromso/metapowers. It costs 9 tokens per session (369 once invoked), scanned A, original, MIT.

An accessibility review that checks whether a file, interface, or other content can be used by people with different disabilities and assistive technologies.

In plain words
What is it for?
Use it to review web pages, UI components, designs, or content against inclusive-design practices and WCAG accessibility guidance.
Why use it?
It helps find barriers such as missing alternative text, poor contrast, keyboard problems, confusing errors, or incorrect markup.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the coaching plugin — 4 skills shipped together

Good fit Use it to review web pages, UI components, designs, or content against inclusive-design practices and WCAG accessibility guidance.

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

Made for: Claude Code.

Or install coaching, the plugin that ships this one along with the rest of its 4 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bromso/metapowers/a11y.svg)](https://agentmods.dev/skills/bromso/metapowers/a11y)
Your own site
<a href="https://agentmods.dev/skills/bromso/metapowers/a11y"><img src="https://agentmods.dev/badge/skills/bromso/metapowers/a11y.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 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.00009 $0.00369
Opus 5 $0.00005 $0.00185
Sonnet 5 $0.00002 $0.00074
Haiku 4.5 $0.00001 $0.00037

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

Security

Grade A, and why

a11y 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 8d 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/coaching/skills/a11y/SKILL.md · 38 lines

What it actually says

Accessibility Coaching

Review "$ARGUMENTS" through the lens of an accessibility specialist. Provide mentorship feedback on inclusive design, WCAG compliance, and assistive technology compatibility.

Prerequisites

None — this is a utility skill that can run anytime.

Process

  1. Read the target:

    • Read the file, component, or content specified in "$ARGUMENTS"
  2. Check for project accessibility context:

    • Look for .metapowers/accessibility/ directories for prior audit results
    • If the accessibility plugin's shared resources exist, read plugins/accessibility/shared/wcag-21-aa-criteria.md
  3. Read reference material:

    • Read plugins/coaching/shared/feedback-format.md for output structure
  4. Evaluate for accessibility:

    • Perceivable: Alt text, captions, contrast, text resize, content reflow
    • Operable: Keyboard access, focus management, no traps, timing, navigation
    • Understandable: Language, predictability, input assistance, error messages
    • Robust: Valid markup, ARIA usage, name/role/value, status messages
    • Inclusive design: Does it work for users with visual, auditory, motor, and cognitive disabilities?
    • Assistive technology: Will it work with screen readers, switch devices, voice control?
  5. Write the coaching report to .metapowers/coaching/$ARGUMENTS/a11y-review.md following the feedback format.

Output

The accessibility coaching report written to .metapowers/coaching/$ARGUMENTS/a11y-review.md. Present the score and top 3 suggestions to the user.

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. 8d ago First seen · 38 lines · 9 tokens per session scan A b8feecd766aa

Subscribe to this mod's changes

a11y is a skill published in the GitHub repository bromso/metapowers (1 stars, last pushed 4mo ago), licensed MIT. It adds 9 tokens to every session and 369 once invoked, about $0.0000 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-31.