accessibility-auditor

accessibility-auditor is a skill for Claude Code, Codex from d-o-hub/github-template-ai-agents. It costs 100 tokens per session (696 once invoked), scanned A, original, MIT.

ทักษะสำหรับตรวจสอบว่าเว็บแอปใช้งานได้กับผู้พิการตามแนวทาง WCAG 2.2 ซึ่งเป็นมาตรฐานสากลด้านการเข้าถึงเว็บ

In plain words
What is it for?
ใช้ตรวจสี คำอธิบายรูปภาพ ป้ายกำกับแบบฟอร์ม ลำดับหัวข้อ การนำทางด้วยแป้นพิมพ์ โปรแกรมอ่านหน้าจอ การขยายหน้า และการกำหนดระดับความรุนแรงของปัญหา
Why use it?
ช่วยค้นหาสิ่งกีดขวาง เช่น สีตัดกันไม่พอ ไม่มีคำอธิบายรูปภาพ หรือใช้งานด้วยแป้นพิมพ์และโปรแกรมอ่านหน้าจอไม่ได้

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit ใช้ตรวจสี คำอธิบายรูปภาพ ป้ายกำกับแบบฟอร์ม ลำดับหัวข้อ การนำทางด้วยแป้นพิมพ์ โปรแกรมอ่านหน้าจอ การขยายหน้า และการกำหนดระดับความรุนแรงของปัญหา

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/d-o-hub/github-template-ai-agents/accessibility-auditor
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 d-o-hub/github-template-ai-agents --skill accessibility-auditor
Clone the repo
git clone --depth 1 https://github.com/d-o-hub/github-template-ai-agents

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/accessibility-auditor.svg)](https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/accessibility-auditor)
Your own site
<a href="https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/accessibility-auditor"><img src="https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/accessibility-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 696 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.00100 $0.00696
Opus 5 $0.00050 $0.00348
Sonnet 5 $0.00020 $0.00139
Haiku 4.5 $0.00010 $0.00070

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

Security

Grade A, and why

accessibility-auditor 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify_accessibility.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/accessibility-auditor/SKILL.md · 76 lines

How it starts

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

Accessibility Auditor

Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast issues.

When to Use

  • User asks for an accessibility audit or a11y check
  • Reviewing WCAG 2.2 compliance or Section 508/ADA requirements
  • Testing screen reader compatibility or keyboard navigation
  • Checking color contrast or ARIA validation
  • Even if they just say "is this accessible" or "check for accessibility issues"

Audit Workflow

Phase 1: Automated Scan

Check these automatically using axe-core, Lighthouse, or WAVE:

  • Color contrast (1.4.3)
  • Missing alt text (1.1.1)
  • Form labels (3.3.2)
  • Heading hierarchy (1.3.1)

Phase 2: Manual Testing

  • Screen Reader: Navigate with NVDA/VoiceOver/JAWS arrow keys.
  • Keyboard: Verify Tab order and focus indicators (2.4.7).
  • Zoom: Test reflow at 400% zoom (1.4.10).

Severity Classification

Severity Impact Priority
Critical Blocks access Fix immediately
High Significant barrier Fix before release
Medium Minor friction Next sprint
Low Enhancement Backlog

See Also

  • css-render-performance — CSS render performance optimization
  • ui-ux-optimize — UI/UX optimization with swarm agents

Rationalizations

Rationalization Reality
"Automated scans catch everything" Automated tools miss keyboard traps, focus order, screen reader semantics, and cognitive load issues.
"Accessibility only matters for blind users" Motor, cognitive, and situational impairments affect far more users than visual alone.
"We'll fix accessibility in the next release" Each release without a11y compounds legal risk and excludes users; fix forward.

Red Flags

  • Only automated scans run without manual keyboard/screen reader testing
  • Color contrast issues deferred as cosmetic
  • ARIA labels applied without role verification

Read the full file on GitHub · 76 lines

Files

What ships with it

5 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 · 76 lines · 100 tokens per session scan A 0260a7cb3020

Subscribe to this mod's changes

accessibility-auditor is a skill published in the GitHub repository d-o-hub/github-template-ai-agents (2 stars, last pushed today), licensed MIT. It adds 100 tokens to every session and 696 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-08-31.

Related

Other skills, from other repositories

accessibility-ui-design

When designing and implementing web interfaces to ensure they are usable by everyone.

KraitDev/skiLL.Md · 19 tokens

design-movements

Historical design movements and their enduring influence. Understand Bauhaus, Swiss International Style, Art Deco, Memphis, and more. Use when choosing an aesthetic direction, understanding cultural context, or predicting trend cycles.

HermeticOrmus/design-mastery-claude-code · 45 tokens

brand-systems

Building comprehensive brand identity systems from strategy to implementation. Covers logo design, color palettes, typography pairing, voice guidelines, and system documentation. Use when creating new brands, rebranding, or systematizing existing identities.

HermeticOrmus/design-mastery-claude-code · 47 tokens

design-masters

Deep knowledge of legendary designers and their enduring contributions. Learn from Saul Bass, Massimo Vignelli, Dieter Rams, Paula Scher, and others whose work defines excellence. Use when seeking inspiration, understanding design history, or applying proven approaches.

HermeticOrmus/design-mastery-claude-code · 54 tokens

design-principles

Core visual design principles that underpin all great design. Master gestalt psychology, visual hierarchy, composition, color theory, and typography fundamentals. Use when making design decisions or evaluating designs against proven principles.

HermeticOrmus/design-mastery-claude-code · 43 tokens

slides-polish

Per-page Codex review + targeted python-pptx / Beamer fixes for academic talk slides. Use AFTER /paper-slides (or any externally generated PPTX/Beamer) when the deck looks 'mostly OK' but the user wants a final pass that aligns visual weight with a reference, bumps PPTX fonts to projector-readable size, kills italic…

wanshuiyin/Auto-claude-code-research-in-sleep · 136 tokens