claude-code-workflow: Skill for Claude Code

.claude/skills/ext-a11y-check/SKILL.md

ext-a11y-check is a skill for Claude Code from Caspian-Sun/claude-code-workflow. It costs 69 tokens per session (541 once invoked), scanned A, original, MIT.

An accessibility checker for web pages or components, based on WCAG 2.1 AA, a standard for making websites usable by people with disabilities. It reviews HTML structure, ARIA labels, keyboard use, contrast, text alternatives, and antd components.

In plain words
What is it for?
Use it to audit specified components or pages for accessibility problems and receive violations, suggested improvements, compliance rate, and code examples.
Why use it?
It helps find barriers that may stop screen-reader users, keyboard users, or people with limited vision from using an interface. It links findings to specific WCAG requirements.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is Caspian-Sun/claude-code-workflow's own configuration. It tells Claude Code how to work on claude-code-workflow 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 claude-code-workflow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Caspian-Sun/claude-code-workflow. 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/Caspian-Sun/claude-code-workflow/main/.claude/skills/ext-a11y-check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Caspian-Sun/claude-code-workflow

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 ext-a11y-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/caspian-sun/claude-code-workflow/ext-a11y-check.svg)](https://agentmods.dev/skills/caspian-sun/claude-code-workflow/ext-a11y-check)
Your own site
<a href="https://agentmods.dev/skills/caspian-sun/claude-code-workflow/ext-a11y-check"><img src="https://agentmods.dev/badge/skills/caspian-sun/claude-code-workflow/ext-a11y-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 541 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00069 $0.00541
Opus 5 $0.00034 $0.00270
Sonnet 5 $0.00014 $0.00108
Haiku 4.5 $0.00007 $0.00054

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

Security

Grade A, and why

ext-a11y-check 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 8d 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/ext-a11y-check/SKILL.md · 54 lines

What it actually says

ext-a11y-check — Accessibility Compliance Check

You are now an Accessibility expert. Perform a WCAG 2.1 AA compliance check on the specified component or page.

Execution Approach

A11y checks rely primarily on static analysis (reading JSX / CSS) — there are no definitive scripts. AI scans the source code item-by-item against references/wcag-aa-checklist.md and cross-references references/antd-a11y-notes.md for antd-specific checks.

Audit Flow

  1. Read the file/directory specified by $ARGUMENTS
  2. Check each item across the 5 dimensions in references/wcag-aa-checklist.md:
    • Semantic HTML
    • ARIA attributes
    • Keyboard interaction
    • Visual (contrast / alt text / text scaling)
    • antd component-specific checks
  3. Link each issue to the specific WCAG 2.1 criterion (e.g. 1.1.1 Non-text Content)
  4. Output violations + improvements + compliance rate

Output Format

🔴 Violations (WCAG AA non-compliant):
- [file:line] Issue description
  Standard: WCAG 2.1 criterion number (e.g. 1.1.1 Non-text Content)
  Impact: Specific affected group (e.g. visually impaired users cannot determine the button's purpose)
  Fix: Code example

🟡 Improvements (enhances experience but not required):
- [file:line] Issue description
  Fix: Proposed solution

📊 Compliance rate: X/Y items passing, Rating: AA / Non-compliant

Usage

/ext-a11y-check workspace/src/features/login/
/ext-a11y-check workspace/src/components/DataTable.tsx

Design Principles

  • Use native HTML semantics where they suffice; don't overuse ARIA
  • Every 🔴 violation must cite the WCAG criterion number so users can look it up
  • Never auto-modify code — output a list of issues and recommendations only; fixes are done manually by the user or via /fix
Files

What ships with it

2 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. 8d ago First seen · 54 lines · 69 tokens per session scan A df22e593a5dc

Subscribe to this mod's changes

ext-a11y-check is a skill published in the GitHub repository Caspian-Sun/claude-code-workflow (10 stars, last pushed 7d ago), licensed MIT. It adds 69 tokens to every session and 541 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 skills, from other repositories

julilaoshi-design

Public-safe julilaoshi-design workflow for official Pencil MCP execution and the free browser-first julilaoshi-design Web 2.0 editor. Use when a task needs Pencil handshake/canvas edits, .pen execution, screenshot review, or lightweight HTML design-to-web tweaking without redistributing official Pencil or leaking…

julilaoshi/julilaoshi-design · 68 tokens

landing-page-generator

Generate complete, deploy-ready landing pages from any repository. Use when creating a homepage for an open-source project, building a project website, converting a README into a marketing page, or standardizing landing pages across multiple repos.

FlorianBruniaux/claude-code-plugins · 48 tokens

3d-web-experiences

Build distinctive, performant, production-grade 3D on the web with Three.js, React Three Fiber, and WebGL. Use when the user asks to "build a 3D scene", "add a 3D hero/landing", "make a product viewer/configurator", mentions three.js / react-three-fiber / r3f / drei / webgl / shaders, or asks to make an existing 3D…

madebyaris/advance-minimax-m3-cursor-rules · 147 tokens

expo-config-plugin

Writing Expo config plugins, withInfoPlist, withAndroidManifest, withDangerousMod, mod compose, plugin testing, and registration in app.config.ts. Triggers on config plugin, with-plugin, withInfoPlist, withAndroidManifest, withDangerousMod, withEntitlementsPlist, withGradleProperties, mod, native config, expo plugin…

fatihkan/badi · 85 tokens

expo-router

File-based routing with Expo Router, dynamic routes, layout hierarchy, deep linking, and navigation patterns. Triggers on expo-router, file-based routing, app dizini, layout.tsx, [id].tsx, deep linking, expo-linking, tab navigation, stack navigation, drawer, prefetch, parallel routes, redirects, navigation, useRouter…

fatihkan/badi · 80 tokens

frontend-taste

Premium frontend design skills that override LLM defaults. Prevents generic 'AI-looking' UI. Enforces deterministic typography, calibrated color, asymmetric layouts, spring physics, hardware-accelerated motion. Triggers: 'UI tasarla', 'design a UI', 'premium landing page', 'frontend taste', 'anti-slop', 'dashboard…

fatihkan/badi · 104 tokens