accessibility-audit

accessibility-audit is a skill for Claude Code from kumaran-is/claude-code-onboarding. It costs 72 tokens per session (1,119 once invoked), scanned A, original, MIT.

A checklist for checking Angular and Flutter interfaces against WCAG 2.1 AA, accessibility guidelines for people with disabilities. It combines automated scans with manual keyboard, screen-reader, focus-order, and contrast checks.

In plain words
What is it for?
Use it to audit components and user journeys, add accessibility checks to CI/CD, review interface changes, and document findings for stakeholders.
Why use it?
It helps find barriers that can prevent people from using an interface and provides evidence for accessibility compliance.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; reads .claude/ paths.

Good fit Use it to audit components and user journeys, add accessibility checks to CI/CD, review interface changes, and document findings for stakeholders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kumaran-is/claude-code-onboarding/accessibility-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 kumaran-is/claude-code-onboarding --skill accessibility-audit
Clone the repo
git clone --depth 1 https://github.com/kumaran-is/claude-code-onboarding

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/kumaran-is/claude-code-onboarding/accessibility-audit/github.svg)](https://agentmods.dev/skills/kumaran-is/claude-code-onboarding/accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/kumaran-is/claude-code-onboarding/accessibility-audit"><img src="https://agentmods.dev/badge/skills/kumaran-is/claude-code-onboarding/accessibility-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 accessibility-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kumaran-is/claude-code-onboarding/accessibility-audit"><img src="https://agentmods.dev/badge/skills/kumaran-is/claude-code-onboarding/accessibility-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,119 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.00072 $0.01119
Opus 5 $0.00036 $0.00560
Sonnet 5 $0.00014 $0.00224
Haiku 4.5 $0.00007 $0.00112

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

Security

Grade A, and why

accessibility-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 6d 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.

.claude/skills/accessibility-audit/SKILL.md · 99 lines

How it starts

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

Accessibility Audit

Iron Law: Before auditing any component, READ the actual file first. Do not flag violations based on memory — verify at file:line and show evidence.

WCAG 2.1 AA compliance audit for Angular 21.x and Flutter 3.41.x. Use to audit UI components, establish automated testing, identify accessibility barriers, and prepare compliance evidence.

When to Use

  • Auditing Angular or Flutter UI for WCAG 2.1 AA compliance
  • Adding automated accessibility tests to CI/CD
  • Identifying and remediating accessibility barriers
  • Preparing compliance evidence for stakeholders
  • Reviewing a PR that adds UI components

Do Not Use

  • For general UI design review without accessibility scope
  • For backend services with no UI (Java, NestJS, Python, FastAPI)
  • When you cannot access the UI files or artifacts

Process

  1. Confirm scope — which components, pages, or user journeys to audit
  2. Run automated scan — axe-core (Angular) or flutter_test semantics (Flutter) for baseline violations
  3. Perform manual checks — keyboard, screen reader, focus order, contrast
  4. Map findings to WCAG criteria — severity (Critical / Important / Suggestion) and WCAG criterion
  5. Provide remediation — exact code fixes with file:line evidence
  6. Re-test after fixes — confirm each finding is resolved

Reference Files

File Contents Load When
reference/angular-a11y-automated.md axe-core Angular integration, keyboard trap detection, heading structure validation, pa11y Adding automated a11y tests to Angular project
reference/flutter-a11y-automated.md flutter_test semantics testing, SemanticsController patterns, widget test accessibility Adding automated a11y tests to Flutter project
reference/manual-testing-checklist.md Keyboard, screen reader, visual, cognitive manual checklists for both stacks Running manual audit session
reference/cicd-integration.md GitHub Actions workflows for Angular (axe + pa11y) and Flutter (semantic tests) Integrating a11y into CI/CD pipeline

Read the full file on GitHub · 99 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 99 lines · 72 tokens per session scan A 8701f0389e2c

Subscribe to this mod's changes

accessibility-audit is a skill published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 1,119 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 skills, from other repositories

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

compiler-port

Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.

react/react · 35 tokens

verify

Build, launch, drive, and screenshot the OpenNOW Electron settings UI on Windows.

OpenCloudGaming/OpenNOW · 17 tokens

break

Renders a component you choose in every state and scenario on a temporary page and stress tests it.

jakubkrehel/skills · 22 tokens

visual-qa

MUST USE after building/changing any UI or when asked whether a page, component, or TUI looks right. Rigorous visual QA across web/page and terminal UIs. Prefer browser:control-in-app-browser for unauthenticated browser/page QA in Codex, then Playwright/agent-browser/dev-browser. Captures screenshot/TUI evidence with…

code-yeongyu/lazycodex · 140 tokens

sprite-gen

Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…

aldegad/sprite-gen · 291 tokens