a11y

a11y is a skill for Claude Code, Codex from kouroshez/coding-os. It costs 131 tokens per session (3,538 once invoked), scanned A, original, Apache-2.0.

A guide to making web and mobile interfaces usable by people with disabilities, following WCAG 2.2 AA, a widely used accessibility standard. It covers keyboard use, screen readers, focus, colors, forms, navigation, and interactive components.

In plain words
What is it for?
Use it when creating or reviewing screens, components, forms, menus, dialogs, notifications, navigation, or design-system choices in React, React Native, Vue, or Svelte.
Why use it?
It helps prevent interfaces that some people cannot see, understand, navigate, or operate.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/kouroshez/coding-os/a11y
Any agent
npx skills add kouroshez/coding-os --skill a11y
Clone the repo
git clone --depth 1 https://github.com/kouroshez/coding-os

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 a11y

README.md
[![agentmods](https://agentmods.dev/badge/skills/kouroshez/coding-os/a11y.svg)](https://agentmods.dev/skills/kouroshez/coding-os/a11y)
Your own site
<a href="https://agentmods.dev/skills/kouroshez/coding-os/a11y"><img src="https://agentmods.dev/badge/skills/kouroshez/coding-os/a11y.svg" alt="Measured on agentmods" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00131 $0.03538
Opus 5 $0.00066 $0.01769
Sonnet 5 $0.00026 $0.00708
Haiku 4.5 $0.00013 $0.00354

Measured 4d ago against content hash 19938fc8aecb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

src/core/skills/a11y/SKILL.md · 306 lines

How it starts

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

Accessibility — WCAG 2.2 AA

A practical playbook for making UI usable by people with disabilities. WCAG 2.2 (October 2023, current standard) at AA level is the legal compliance bar in most jurisdictions and the right minimum for any app shipping in 2026.

When to Use This Skill

  • Writing or reviewing any screen / component / form / modal.
  • Adding interactive UI (buttons, menus, dropdowns, tabs).
  • Setting up navigation (skip links, focus trap in modals).
  • Choosing colors / typography for the design system.
  • Auditing the app before launch.
  • Responding to accessibility user feedback / lawsuit risk assessment.

For the cross-platform mobile concerns, see mobile-fundamentals. For component patterns, see react-native-patterns (RN) or frontend-fundamentals (web).

The Four POUR Principles (WCAG)

WCAG organizes everything around four principles. Memorize the acronym; it's the lens for every UI decision.

  1. Perceivable — Users must be able to perceive the content. Text alternatives for images, captions for video, sufficient color contrast, no info conveyed by color alone.
  2. Operable — Users must be able to operate the UI. Keyboard accessible, enough time, no seizure-inducing flashes, navigable.
  3. Understandable — Users must be able to understand the content + UI. Readable language, predictable behavior, helpful error messages.
  4. Robust — Content works with current AND future assistive tech. Semantic markup, valid code, ARIA used correctly.

Use Native Elements First

The most common a11y mistake: rebuilding a <button> as <div onClick>. The native element ships with:

  • Keyboard accessibility (Enter/Space to activate).
  • Focus indicator (browser default).
  • Role announcement to screen readers ("button").
  • Disabled state semantics.
  • Form integration (submit, reset).
<!-- WRONG — div + onClick. Loses everything. -->
<div onClick={handleClick}>Save</div>

<!-- RIGHT -->
<button type="button" onClick={handleClick}>Save</button>

Read the full file on GitHub · 306 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. 4d ago First seen · 306 lines · 131 tokens per session scan A 19938fc8aecb

Subscribe to this mod's changes

a11y is a skill published in the GitHub repository kouroshez/coding-os (6 stars, last pushed 4d ago), licensed Apache-2.0. It adds 131 tokens to every session and 3,538 once invoked, about $0.0007 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

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens

ux-ui-analyze-single-page

Analyze exactly one captured UI page (from uxuimap screenshots + request JSON) and immediately write/update uxuimap/pages/{page}.md in neutral descriptive language. Use when asked to analyze screenshots, rewrite corresponding analysis immediately, or avoid memory/context saturation.

raphaelmansuy/edgequake · 58 tokens

alfworld-receptacle-finder

Searches for a suitable empty or appropriately occupied receptacle (like a shelf or table) to place an object. Use when you are holding an object that needs to be stored or placed and must find a receptacle that meets the placement criteria. Examines candidate receptacles by navigating to and inspecting each one until…

zjunlp/SkillNet · 76 tokens

alfworld-search-pattern-executor

Systematically searches a sequence of likely locations for a target object based on common sense. Use when you need to find a specific object and know which receptacles to check but not which one contains it. Takes a list of candidate receptacles, orchestrates navigation and inspection, and outputs when the target is…

zjunlp/SkillNet · 74 tokens

scienceworld-growth-focuser

Use when you have planted a seed or need to track a plant's growth stage (sprouting, flowering, reproduction). Applies the 'focus on' action to a specific plant or biological entity to signal intent and monitor its development. Trigger after planting or when you need to observe life cycle progression in the…

zjunlp/SkillNet · 71 tokens