compliance-mapping

compliance-mapping is a skill for Claude Code from Owl-Listener/inclusive-design-skills. It costs 88 tokens per session (1,019 once invoked), scanned A, original, MIT.

A guide for linking design choices to accessibility standards and legal requirements. It focuses on WCAG, the guidelines commonly used to make websites and apps accessible to people with disabilities.

In plain words
What is it for?
Use it to document WCAG conformance, prepare for accessibility audits, track compliance status, and create accessibility statements or VPAT information.
Why use it?
It helps teams see which accessibility requirements their designs meet, miss, or put at risk before an audit. This makes accessibility documentation and legal or procurement reviews easier.

Skill for Claude Code

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

Part of the accessibility-decisions plugin — 9 skills shipped together

Good fit Use it to document WCAG conformance, prepare for accessibility audits, track compliance status, and create accessibility statements or VPAT information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/owl-listener/inclusive-design-skills/compliance-mapping
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 Owl-Listener/inclusive-design-skills --skill compliance-mapping
Clone the repo
git clone --depth 1 https://github.com/Owl-Listener/inclusive-design-skills

Made for: Claude Code.

Or install accessibility-decisions, the plugin that ships this one along with the rest of its 9 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 compliance-mapping

README.md
[![agentmods](https://agentmods.dev/badge/skills/owl-listener/inclusive-design-skills/compliance-mapping/github.svg)](https://agentmods.dev/skills/owl-listener/inclusive-design-skills/compliance-mapping)
Your own site
<a href="https://agentmods.dev/skills/owl-listener/inclusive-design-skills/compliance-mapping"><img src="https://agentmods.dev/badge/skills/owl-listener/inclusive-design-skills/compliance-mapping/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 compliance-mapping

Your own site · 80×15
<a href="https://agentmods.dev/skills/owl-listener/inclusive-design-skills/compliance-mapping"><img src="https://agentmods.dev/badge/skills/owl-listener/inclusive-design-skills/compliance-mapping.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,019 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.00088 $0.01019
Opus 5 $0.00044 $0.00509
Sonnet 5 $0.00018 $0.00204
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

compliance-mapping 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 12d 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.

accessibility-decisions/skills/compliance-mapping/SKILL.md · 107 lines

How it starts

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

Compliance Mapping

Map design decisions to specific accessibility standards so the team knows exactly where they stand — what's covered, what's not, and what's at risk.

Why Designers Need This

Compliance mapping is usually treated as an engineering audit task. But most conformance failures originate in design decisions made before code was written. A designer who understands which standards their decisions affect can prevent failures instead of discovering them.

Key Standards

WCAG 2.2 Level AA

The global baseline. Most laws reference this.

  • Level A: minimum (29 criteria)
  • Level AA: standard target (20 additional criteria)
  • Level AAA: aspirational (28 additional criteria)

Most organisations target Level AA. Some criteria in Level AAA are worth adopting even if not required (especially cognitive accessibility criteria).

Legal Frameworks

  • ADA (US): requires accessible digital services, courts reference WCAG 2.1 AA
  • EAA (EU): European Accessibility Act, effective June 2025, references EN 301 549 which aligns with WCAG 2.1 AA
  • Section 508 (US government): references WCAG 2.0 AA, update expected
  • EN 301 549 (EU): the technical standard behind EAA, aligned with WCAG 2.1 AA plus additional requirements for software, hardware, and documentation

Design Decision to WCAG Mapping

Colour and Visual Design

Design decision WCAG criteria
Text contrast ratios 1.4.3 Contrast (Minimum) AA
Non-text contrast 1.4.11 Non-text Contrast AA
Colour not sole indicator 1.4.1 Use of Color A
Text resizing to 200% 1.4.4 Resize Text AA
Content reflow at zoom 1.4.10 Reflow AA
Text spacing override 1.4.12 Text Spacing AA

Interaction Design

Design decision WCAG criteria
Keyboard operability 2.1.1 Keyboard A
No keyboard traps 2.1.2 No Keyboard Trap A
Focus visible 2.4.7 Focus Visible AA
Focus order logical 2.4.3 Focus Order A
Touch target size 2.5.8 Target Size (Minimum) AA
No motion-only input 2.5.4 Motion Actuation A
Gesture alternatives 2.5.1 Pointer Gestures A

Read the full file on GitHub · 107 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. 12d ago First seen · 107 lines · 88 tokens per session scan A 91a30a189239

Subscribe to this mod's changes

compliance-mapping is a skill published in the GitHub repository Owl-Listener/inclusive-design-skills (98 stars, last pushed 3mo ago), licensed MIT. It adds 88 tokens to every session and 1,019 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-compliance-accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.

sickn33/agentic-awesome-skills · 40 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens

ada-plan-view-accessibility

Use when checking simplified ADA-derived plan-view bathroom accessibility constraints such as turning space, door clear width, toilet centerline, grab bars, and lavatory knee/toe clearance.

benchflow-ai/skillsbench · 41 tokens

mqc-litigation-visual-redraw

Redraw a litigation diagram into a restrained, court-ready presentation graphic (SVG + PNG) WITHOUT changing any text or legal meaning. Use this whenever the user supplies a case timeline, a legal process flowchart, OR a party/relationship diagram and wants it cleaned up, beautified, redrawn, made professional…

MiaoQichuan/new-litigation-visualization · 257 tokens

kit-tipo

Define a tipografia do site como decisão — e, principalmente, resolve se dá para ENTREGAR. Confere licença (site de marca paga por tipo, e acervo montado a partir de site de marca vem cheio de fonte comercial que não se pode servir), propõe substituto livre com critério de desenho, monta o par display + corpo, gera a…

harebeats/cannonball · 199 tokens

form-accessibility

WCAG 2.2 AA compliance for forms, ARIA patterns, focus management, keyboard navigation, and screen reader support. Use when implementing accessible forms in any framework. The compliance foundation that ensures forms work for everyone.

Bbeierle12/Skill-MCP-Claude · 49 tokens