accessibility

accessibility is a skill for Claude Code, Codex from Dragoon0x/dragoon-skills. It costs 108 tokens per session (397 once invoked), scanned A, original, MIT.

A file-by-file accessibility checker for common web issues, such as missing image descriptions, unlabeled controls, and poor text contrast. Accessibility means making software usable by people with disabilities.

In plain words
What is it for?
Use it before launch or after a feature change to check selected folders or the whole project, filter by severity, and get suggested fixes.
Why use it?
It identifies the exact file and line behind each finding, making accessibility problems easier to fix than an overall score alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it before launch or after a feature change to check selected folders or the whole project, filter by severity, and get suggested fixes.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragoon0x/dragoon-skills/accessibility"><img src="https://agentmods.dev/badge/skills/dragoon0x/dragoon-skills/accessibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 397 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00108 $0.00397
Opus 5 $0.00054 $0.00198
Sonnet 5 $0.00022 $0.00079
Haiku 4.5 $0.00011 $0.00040

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

Security

Grade A, and why

accessibility scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/accessibility.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Enumerates other installed skillslowAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

description: File-level accessibility audit with concrete line locations for every finding. Eight rules: img-missing-alt, button-without-label, link-without-text, input-without-label, positive-tabindex, click-handler-on-

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/accessibility/SKILL.md · 39 lines

What it actually says

/accessibility

Goes deeper than the aggregate score in /critique. Per-element, per-line findings.

When to use

  • Pre-launch accessibility audit
  • The user says "a11y check", "accessibility audit", "WCAG check"
  • After a feature lands, before merging

Rules

  • a11y-001 img-missing-alt (high)
  • a11y-002 button-without-label (high)
  • a11y-003 link-without-text (high)
  • a11y-004 input-without-label (high)
  • a11y-005 positive-tabindex (medium)
  • a11y-006 click-handler-on-non-interactive (medium)
  • a11y-007 autofocus (low)
  • a11y-008 low-contrast-token-pair, contrast < WCAG AA 4.5:1 (medium)

Each finding includes file, line, column, snippet, message, and a concrete fix.

Run it

dragoon accessibility                       # everything
dragoon accessibility --severity high       # only critical
dragoon accessibility src/components        # one folder
dragoon accessibility --rules               # list every rule
dragoon accessibility --json                # CI mode
Files

What ships with it

1 file 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 · 39 lines · 0 tokens per session scan A fcd51f31837e

Subscribe to this mod's changes

accessibility is a skill published in the GitHub repository Dragoon0x/dragoon-skills (4 stars, last pushed 4mo ago), licensed MIT. It adds 108 tokens to every session and 397 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (enumerates other installed skills). 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

figma-extract-design-system

Extract a design system from vibe-coded production apps that never had one: inventory components, mine de-facto styling into DTCG tokens, scaffold a Storybook package, port components, and optionally round-trip tokens/components into Figma. Use when the user wants to 'extract a design system', 'create a design system…

southleft/figma-console-mcp-skills · 133 tokens

figma-export-tokens

Export Figma variables to design token files in DTCG, CSS custom properties, Tailwind v4/v3, SCSS, TypeScript, JSON, Style Dictionary, or Tokens Studio. Use when the user wants to pull design tokens OUT of Figma into code — triggers: 'export tokens', 'export Figma variables', 'generate CSS variables from Figma', 'turn…

southleft/figma-console-mcp-skills · 144 tokens

figma-analyze-component-set

Analyze a Figma COMPONENTSET as a state machine for code generation — extract variant axes (state/size/etc.), map state variants to CSS pseudo-classes (hover→:hover, focus→:focus-visible, disabled→:disabled, error→[aria-invalid]), and compute per-variant visual diffs (only what changes per state). Use when generating…

southleft/figma-console-mcp-skills · 179 tokens

design-engineering

Premium design engineering skill for agentic workflows — produces high-end, distinctive UI designs using DESIGN.md as the portable contract across Pencil MCP (in-IDE canvas), Figma MCP (team handoff + design tokens), and Google Stitch (vibe exploration + AI generation). Enforces anti-generic principles, WCAG 2.2 AA…

broomva/skills · 231 tokens

motion-designer

SOTA animation and physics heuristic guide using motion.dev.

1999AZZAR/the-designer · 14 tokens

a11y-toolkit

Use for ALL accessibility work — WCAG 2.2 audits of URLs or HTML, real rendered contrast checks (including text over images, pixel-level), color-pair contrast and nearest passing color, European Accessibility Act / RD 1112/2018 accessibility statements, pre-deploy regression detection (accessible names, tab order)…

kinti/a11y-toolkit · 143 tokens