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.
npx skills add Owl-Listener/inclusive-design-skills --skill compliance-mappinggit clone --depth 1 https://github.com/Owl-Listener/inclusive-design-skillsWrote 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.
[](https://agentmods.dev/skills/owl-listener/inclusive-design-skills/compliance-mapping)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 12d ago First seen · 107 lines · 88 tokens per session scan A 91a30a189239
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.
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.
ss-review
Review UI code for design system compliance, accessibility, and best practices.
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.
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…
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…
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.