project-starter-template-es-ai: Skill for Claude Code

.claude/skills/accessibility-audit/SKILL.md

accessibility-audit is a skill for Claude Code from brayandiazc/project-starter-template-es-ai. It costs 103 tokens per session (545 once invoked), scanned A, original, MIT.

An accessibility review workflow for user interfaces. It checks whether people can use the interface with keyboards and screen readers, and whether color, focus, labels, alternative text, and motion are handled appropriately.

In plain words
What is it for?
Use it to review UI changes for contrast, keyboard access, focus behavior, semantic HTML, ARIA attributes, form labels, image text, and reduced motion.
Why use it?
It finds barriers that can make an interface difficult or impossible to use for people with disabilities. It also helps teams check their UI against accessibility expectations such as WCAG.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is brayandiazc/project-starter-template-es-ai's own configuration. It tells Claude Code how to work on project-starter-template-es-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything project-starter-template-es-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to brayandiazc/project-starter-template-es-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/accessibility-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-ai

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 accessibility-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit/github.svg)](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit/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 accessibility-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/accessibility-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 545 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.00103 $0.00545
Opus 5 $0.00051 $0.00272
Sonnet 5 $0.00021 $0.00109
Haiku 4.5 $0.00010 $0.00055

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

Security

Grade A, and why

accessibility-audit 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 3d 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.

.claude/skills/accessibility-audit/SKILL.md · 24 lines

What it actually says

Audita la UI indicada en cuanto a accesibilidad. Reparto con design-system-audit: aquella cubre tokens, primitivas, estados de datos y jerarquía; todo lo de contraste, teclado, foco y ARIA vive aquí, en una sola lista — si la otra skill te remitió un componente custom, esta es la lista que le aplica.

  1. Si docs/conventions/ contiene guías de accesibilidad o de sistema de diseño, léelas para conocer el estándar objetivo del proyecto (p. ej. WCAG 2.1 AA) y cualquier regla específica.
  2. Localiza el código fuente de la UI dentro del alcance y revísalo frente a estas comprobaciones:
    • Contraste — el texto y la UI significativa cumplen la relación de contraste para su tamaño/rol.
    • Teclado — todos los elementos interactivos son alcanzables y operables por teclado; sin trampas de teclado; orden de tabulación lógico.
    • Foco — indicadores de foco visibles; el foco se mueve/restaura correctamente en modales, menús y cambios de ruta.
    • Semántica y ARIA — se prefieren elementos nativos (button, a, label); roles/atributos ARIA usados correctamente y solo cuando se necesitan; los campos de formulario tienen labels asociadas.
    • Imágenes y medios — texto alt en imágenes significativas, alt vacío en las decorativas; subtítulos donde corresponda.
    • Movimiento y responsividad — respeta reduced-motion; usable con zoom/en tamaños pequeños.
  3. Informa una lista de verificación: cada ítem como Pasa / Falla / Requiere-revisión-manual, con archivo:línea y una corrección concreta.

Ejemplo de hallazgo: El botón solo de ícono en Nav.tsx:22 no tiene nombre accesible — añade aria-label.

NO afirmes la conformidad total con WCAG solo a partir de una revisión estática — señala los ítems que requieren pruebas manuales o con tecnología de asistencia.

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. 3d ago Changed · +1 lines bb433a989725
  2. 9d ago First seen · 23 lines · 103 tokens per session scan A 477f37bcc817

Subscribe to this mod's changes

accessibility-audit is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 3d ago), licensed MIT. It adds 103 tokens to every session and 545 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-09-01.

Related

Other skills, from other repositories

nothing-design

Nothing-inspired UI/UX design system. Use when user explicitly says "Nothing style", "Nothing design", "/nothing-design", or directly asks to use/apply the Nothing design system. NEVER trigger automatically for generic UI or design tasks.

marcusquinn/aidevops · 50 tokens

dxf

Generate, regenerate, and validate 2D DXF drawings from Python build123d sources. Use for DXF files, .py drawing scripts, @dxf models, 2D profiles, outlines, templates, gaskets, panels, flat patterns, laser/plasma/waterjet cut layouts, and 2D drawing exports of CAD geometry.

earthtojake/text-to-cad · 75 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

openkb-html-critic

Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…

VectifyAI/OpenKB · 132 tokens

cloudron-app-packaging

Official Cloudron app packaging skill - Dockerfile patterns, manifest, addons, build methods.

marcusquinn/aidevops · 23 tokens

image-mosaic

Tiled image mosaic, photo mosaic, image mosaic, collage wallpaper, image grid background, and mozaic asset pipeline from approved real source imagery.

marcusquinn/aidevops · 33 tokens