web-a11y-css

web-a11y-css is a skill for Claude Code, Codex from klovaaxel/web-a11y-agent-skills. It costs 48 tokens per session (258 once invoked), scanned A, original, MIT.

An accessibility guide for writing CSS, the rules that control a website’s visual appearance and layout.

In plain words
What is it for?
Use it to review focus indicators, contrast, touch target size, motion, zoom and reflow behavior, forced-color modes, and custom-styled controls.
Why use it?
It helps keep interfaces usable when people zoom in, use high-contrast settings, disable animation, navigate by keyboard, or have difficulty distinguishing colors.

Skill for Claude CodeCodex

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

Good fit Use it to review focus indicators, contrast, touch target size, motion, zoom and reflow behavior, forced-color modes, and custom-styled controls.

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

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 web-a11y-css

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/klovaaxel/web-a11y-agent-skills/web-a11y-css"><img src="https://agentmods.dev/badge/skills/klovaaxel/web-a11y-agent-skills/web-a11y-css.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 258 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.00048 $0.00258
Opus 5 $0.00024 $0.00129
Sonnet 5 $0.00010 $0.00052
Haiku 4.5 $0.00005 $0.00026

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

Security

Grade A, and why

web-a11y-css 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 12d 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/web-a11y-css/SKILL.md · 32 lines

What it actually says

Web A11y CSS

CSS Rules

  1. Do not remove focus indicators without a visible replacement.
  2. Do not rely on color alone for meaning.
  3. Respect reduced motion and provide user control for moving content.
  4. Preserve usability under zoom, reflow, large text, and forced-colors modes.
  5. Avoid CSS that breaks semantics or operability.

Risky CSS Checklist

CSS accessibility checklist

- [ ] Focus styles are visible and high contrast
- [ ] Text, controls, and states meet contrast expectations
- [ ] Target sizes and spacing support touch and motor constraints
- [ ] Motion is reduced or disabled when users request it
- [ ] `display`, `visibility`, `content-visibility`, and `pointer-events` do not break semantics
- [ ] Hidden labels, legends, captions, and referenced text still name controls correctly

Output

List preference modes tested, risky CSS properties used, and any semantic integrity mitigations.

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. 12d ago First seen · 32 lines · 48 tokens per session scan A 717f97bf420a

Subscribe to this mod's changes

web-a11y-css is a skill published in the GitHub repository klovaaxel/web-a11y-agent-skills (5 stars, last pushed 4mo ago), licensed MIT. It adds 48 tokens to every session and 258 once invoked, about $0.0002 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

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

Accessibility Audit Helper

Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.

Notysoty/openagentskills · 23 tokens

a11y-planner

Use when you know what component, flow, or interface you need but not yet the right accessibility approach. Best for turning WCAG 2.2 requirements into an accessible implementation plan with WAI-ARIA APG patterns before code hardens bad interaction and state patterns.

zivtech/accessibility-skills · 60 tokens

color-contrast-auditor

Detects and fixes color contrast violations using WCAG 2.1 guidelines and perceptual analysis. Expert in contrast ratio calculation, color blindness simulation, and providing accessible alternatives. Activate on "check contrast", "color accessibility", "WCAG audit", "readability check", "contrast ratio", "hard to…

curiositech/windags-skills · 116 tokens

accessibility

Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, accessible component libraries…

yonatangross/orchestkit · 65 tokens

Accessibility A11y Enhanced

Comprehensive WCAG compliance and accessibility testing covering ARIA, keyboard navigation, screen readers, color contrast, and automated a11y validation.

PramodDutta/qaskills · 34 tokens