rc-a11y

rc-a11y is a skill for Claude Code from rodolfochicone/rc-project. It costs 96 tokens per session (494 once invoked), scanned A, original, MIT.

Practical guidance for making websites usable by people with disabilities, following WCAG 2.2 AA, a common accessibility standard. It covers HTML meaning, keyboard use, focus, contrast, ARIA, and screen readers.

In plain words
What is it for?
Use it when building or reviewing web components such as forms, dialogs, menus, navigation, and tables. It also guides keyboard, screen-reader, contrast, and automated accessibility checks.
Why use it?
It helps prevent interfaces that work only with a mouse, hide their current state, or are difficult for screen-reader users to understand. It also provides task-specific checklists and acceptance criteria for reviews.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter.

Part of the rc plugin — 32 skills, 2 commands, 4 agents, 5 hooks shipped together

Good fit Use it when building or reviewing web components such as forms, dialogs, menus, navigation, and tables. It also guides keyboard, screen-reader, contrast, and automated accessibility checks.

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

Made for: Claude Code.

Or install rc, the plugin that ships this one along with the rest of its 32 skills, 2 commands, 4 agents, 5 hooks.

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 rc-a11y

README.md
[![agentmods](https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-a11y/github.svg)](https://agentmods.dev/skills/rodolfochicone/rc-project/rc-a11y)
Your own site
<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-a11y"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-a11y/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.

agentmods 80×15 button for rc-a11y

Your own site · 80×15
<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-a11y"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-a11y.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 494 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.00096 $0.00494
Opus 5 $0.00048 $0.00247
Sonnet 5 $0.00019 $0.00099
Haiku 4.5 $0.00010 $0.00049

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

Security

Grade A, and why

rc-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 10d 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/misc/rc-a11y/SKILL.md · 33 lines

What it actually says

Acessibilidade (a11y) — guias por tarefa

Guias práticos de acessibilidade web. Leia o guia da tarefa em references/ antes de agir — cada um traz o checklist, os exemplos de markup e os critérios de aceite. Ao revisar UI real, combine com Grep/Glob para inspecionar o markup/componentes gerados; não presuma a semântica.

Roteamento

Tarefa Guia
Fundamentos — HTML semântico, WCAG POUR, nível AA, alt text, lang references/foundations.md
Componentes interativos — formulários, modal, menus/tabs, foco/teclado references/patterns.md
Teste e revisão — teclado, leitor de tela, ferramentas automáticas, contraste references/testing.md

Princípios sempre válidos

  • HTML semântico primeiro. Elemento nativo (<button>, <nav>, <label>) resolve a maioria dos casos antes de qualquer ARIA.
  • ARIA só quando o HTML nativo não resolve. "No ARIA is better than bad ARIA" — ARIA incorreta é pior que ausência de ARIA.
  • Tudo operável por teclado. Se uma ação só funciona com mouse/toque, é um bloqueador de acessibilidade.
  • Contraste e foco visíveis. Cor não é o único indicador de estado; :focus-visible sempre perceptível.

Error Handling

  • SPA renderizada no cliente pode esconder problemas do leitor de tela (DOM que só existe após JS rodar). Sem acesso ao browser, revise o markup/componentes estaticamente e diga explicitamente que a verificação com screen reader/axe ficou pendente.
Files

What ships with it

3 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. 10d ago First seen · 33 lines · 96 tokens per session scan A c67bca9f5529

Subscribe to this mod's changes

rc-a11y is a skill published in the GitHub repository rodolfochicone/rc-project (19 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 494 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

browser-extension-developer

Use this skill when developing or maintaining browser extension code in the browser/ directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

yamadashy/repomix · 43 tokens

ui-animation

Builds, reviews, and measures UI motion, including springs, gestures, scroll effects, and curve fitting from recordings. Use when asked to "add animation", "match this easing", "reverse engineer this motion", or find animation opportunities. For action semantics use product-design; for visual layout use ui-design.

mblode/agent-skills · 65 tokens

ui-design

Designs and builds React/Next/Tailwind UI and audits visual and interaction defects. Use when asked to "build a landing page", "extract our design system", "add dark mode", "make this responsive", "remove UI slop", or "audit this component". For product decisions use product-design; for browser measurements use…

mblode/agent-skills · 80 tokens

scaffold-nextjs

Scaffolds a Next.js turborepo with Blode UI, icons, Ultracite, workspace hooks, and GitHub/Vercel setup. Use when asked to "create a Next.js project", "bootstrap a turborepo", or "start a new web app". For a page in an existing app use ui-design; for a CLI use scaffold-cli.

mblode/agent-skills · 80 tokens

typography-audit

Audits font loading, type scales, measure, spacing, OpenType, and rendered punctuation with 78 scoped rules. Use when asked to "audit typography", "fix the fonts", or "review my type system". For a new visual direction use ui-design Direction; for general UI defects use ui-design Audit.

mblode/agent-skills · 68 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens