a11y-planner

a11y-planner is an agent for Claude Code from zivtech/accessibility-skills. It costs 50 tokens per session (11,118 once invoked), scanned A, original, GPL-3.0.

A planning guide for building accessible interfaces before coding begins. It connects interactive controls with WAI-ARIA APG patterns, which are documented accessibility patterns for common web components.

In plain words
What is it for?
Use it to plan accessible interactive patterns, keyboard focus, status communication, visual accessibility, content, and testing.
Why use it?
It helps teams decide how controls should behave, communicate state, handle focus, look visually, present content, and be tested before implementation choices become difficult to change.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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 agents/zivtech/accessibility-skills/a11y-planner
Clone the repo
git clone --depth 1 https://github.com/zivtech/accessibility-skills

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/zivtech/accessibility-skills/a11y-planner.svg)](https://agentmods.dev/agents/zivtech/accessibility-skills/a11y-planner)
Your own site
<a href="https://agentmods.dev/agents/zivtech/accessibility-skills/a11y-planner"><img src="https://agentmods.dev/badge/agents/zivtech/accessibility-skills/a11y-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 11,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00050 $0.11118
Opus 5 $0.00025 $0.05559
Sonnet 5 $0.00010 $0.02224
Haiku 4.5 $0.00005 $0.01112

Measured yesterday against content hash c60c2071bbb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

a11y-planner 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 yesterday.

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.

.claude/agents/a11y-planner.md · 546 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. yesterday Changed · +1 lines c60c2071bbb7
  2. 2d ago Changed · +8 lines 26ea656fd764
  3. 6d ago First seen · 537 lines · 50 tokens per session scan A af2633604f15

Subscribe to this mod's changes

a11y-planner is an agent published in the GitHub repository zivtech/accessibility-skills (6 stars, last pushed yesterday), licensed GPL-3.0. It adds 50 tokens to every session and 11,118 once invoked, about $0.0003 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 agents, from other repositories

axe

Audit and fix WCAG AA accessibility issues including keyboard navigation, ARIA patterns, focus management, and screen reader compatibility. Use when reviewing or remediating a UI for accessibility compliance. Trigger with "run an accessibility audit", "fix WCAG failures".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

Alt Text & Headings

Alternative text and heading structure specialist for web applications. Use when building or reviewing any page with images, icons, SVGs, videos, figures, charts, or heading hierarchies. Covers meaningful vs decorative images, complex image descriptions, heading levels, document outline, and landmark structure. Can…

Community-Access/accessibility-agents · 96 tokens

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…

Community-Access/accessibility-agents · 74 tokens

accessibility-lead

Accessibility team lead and orchestrator. Use proactively on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, server-side templates (.leaf, .ejs, .erb, .hbs), or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility…

Community-Access/accessibility-agents · 142 tokens

senior-ux-ui-specialist

Usability and accessibility reviewer applying Nielsen heuristics, WCAG 2.1, keyboard/screen reader audits, and user flow analysis.

pjt222/agent-almanac · 35 tokens

ARIA Specialist

ARIA implementation specialist for web applications. Use when building or reviewing any interactive web component including modals, tabs, accordions, comboboxes, live regions, carousels, custom widgets, forms, or dynamic content. Also use when reviewing ARIA usage for correctness. Applies to any web framework or…

Community-Access/accessibility-agents · 71 tokens