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 pwodkowski/a11y-md --skill a11y-annotategit clone --depth 1 https://github.com/pwodkowski/a11y-mdWrote 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/pwodkowski/a11y-md/a11y-annotate)<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>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.00133 | $0.01923 |
| Opus 5 | $0.00067 | $0.00962 |
| Sonnet 5 | $0.00027 | $0.00385 |
| Haiku 4.5 | $0.00013 | $0.00192 |
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.
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):
- Read. Walk from the file being edited up to the repo root. Open every
a11y.mdfound. The union of claims is ground truth. - 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.
- Update. After the change, reflect any new composition-level intent in
a11y.md. Preserve everyRationale: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.
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.
- 7d ago First seen · 182 lines · 133 tokens per session scan A 1437801d5212
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.
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…
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".
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…
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…
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.…
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…