a11y-annotate

a11y-annotate is a skill for Claude Code, Codex from pwodkowski/a11y-md. It costs 133 tokens per session (1,923 once invoked), scanned A, original, MIT.

A skill for recording accessibility decisions in an `a11y.md` file. Accessibility means making pages usable by people with different abilities, including people who use keyboards or screen readers.

In plain words
What is it for?
Use it when building or changing user interfaces, including pages, forms, navigation, dialogs, and live updates.
Why use it?
It keeps accessibility requirements visible and prevents page changes from silently breaking reading order, focus behavior, or other interaction details.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when building or changing user interfaces, including pages, forms, navigation, dialogs, and live updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pwodkowski/a11y-md/a11y-annotate
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 pwodkowski/a11y-md --skill a11y-annotate
Clone the repo
git clone --depth 1 https://github.com/pwodkowski/a11y-md

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pwodkowski/a11y-md/a11y-annotate.svg)](https://agentmods.dev/skills/pwodkowski/a11y-md/a11y-annotate)
Your own site
<a href="https://agentmods.dev/skills/pwodkowski/a11y-md/a11y-annotate"><img src="https://agentmods.dev/badge/skills/pwodkowski/a11y-md/a11y-annotate.svg" alt="Measured on agentmods" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,923 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.00133 $0.01923
Opus 5 $0.00067 $0.00962
Sonnet 5 $0.00027 $0.00385
Haiku 4.5 $0.00013 $0.00192

Measured 7d ago against content hash 1437801d5212, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

a11y-annotate 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 7d 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.

skills/a11y-annotate/SKILL.md · 182 lines

How it starts

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

a11y-annotate

How to read, write, and maintain a11y.md — the markdown file that captures composition-level accessibility intent for a page or prototype.

The loop

On every UI turn that touches composition (whether or not this skill is explicitly invoked):

  1. Read. Walk from the file being edited up to the repo root. Open every a11y.md found. The union of claims is ground truth.
  2. Apply. Make sure new code satisfies every claim relevant to the change. If the code contradicts a rationale-bearing claim the user hasn't asked to change, stop and surface it. Don't silently overwrite.
  3. Update. After the change, reflect any new composition-level intent in a11y.md. Preserve every Rationale: line verbatim. Flag claim changes in the turn summary, not just the diff.

Sections

a11y.md has nine sections in fixed order. A minimal WCAG-target header sits above section 1. All sections are always present in every file; no frontmatter, no YAML, no schema.

Empty is meaningful — when a section has no claims for this page, write a single bullet saying so, with a brief reason where helpful:

## Reading order
*Empty when DOM = visual. <visual> → <DOM> for any mismatch.*

- Empty — DOM matches visual.

The bullet signals the section was considered, not forgotten.

The sections layer from wrapper to escape:

  • Wrapper: Landmarks.
  • Content: Headings, Images.
  • Interaction: Forms, Controls.
  • Consequences: Live regions.
  • Reconciliation: Reading order, Focus (written last; depend on everything above).
  • Escape: Notes (last resort).

When writing claims on a new route, don't attempt Reading order or Focus before the sections they integrate have been established.

Header:

**WCAG target:** WCAG 2.2 AA

Each ## header is followed — on the immediately next line, no blank in between — by a one-line italic prompt describing what belongs in the section. The prompts are part of the file format: preserved across edits, kept in empty sections as well as filled ones.

Read the full file on GitHub · 182 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. 7d ago First seen · 182 lines · 133 tokens per session scan A 1437801d5212

Subscribe to this mod's changes

a11y-annotate is a skill published in the GitHub repository pwodkowski/a11y-md (5 stars, last pushed 3mo ago), licensed MIT. It adds 133 tokens to every session and 1,923 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

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

accessibility

Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA roles/names/live regions, contrast, tap-target size. NOT palette or visual intent (that is design), NOT test-runner setup (that is testing-web), NOT LCP/page-speed (that is…

ericrisco/rsc-harness · 86 tokens

brand-visual-language

A brand's visual tone — playful or serious, rounded or angular — should be consistent across all UI elements. Shape language in typography, border-radius, and iconography communicates personality before a single word is read. Use when establishing a design system, choosing icon libraries, setting border-radius tokens…

dembrandt/dembrandt-skills · 68 tokens

data-display-and-selection

Complex data deserves multiple view modes — grid, list, table — chosen by the user based on their task. Row and item selection should use large hit areas (the whole row or card, not just a checkbox). Selected state is communicated through a subtle background colour shift. Mass actions appear when items are selected.…

dembrandt/dembrandt-skills · 85 tokens

generate-ui-from-brand

Pipeline skill — turns a URL or DESIGN.md into a concrete UI structure with decisions already made. Extracts live design tokens, normalizes them into a semantic system, applies UX principles, and outputs an actionable UI spec. Use when building UI for an existing brand from scratch, auditing a design system, or…

dembrandt/dembrandt-skills · 72 tokens