accessibility-expert

accessibility-expert is a skill for Claude Code, Codex from duck4nh/antigravity-kit. It costs 63 tokens per session (4,944 once invoked), scanned A, original, from a forked repository, no licence file.

An accessibility review and implementation guide for websites and apps, covering WCAG rules, ARIA labels, keyboard use, screen readers, and accessibility tests.

In plain words
What is it for?
Use it to review accessibility violations, correct ARIA and keyboard-navigation problems, improve screen-reader support, and plan accessibility tests.
Why use it?
It helps find and fix barriers that can stop people with disabilities from using an interface.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to review accessibility violations, correct ARIA and keyboard-navigation problems, improve screen-reader support, and plan accessibility tests.

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

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-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/duck4nh/antigravity-kit/accessibility-expert.svg)](https://agentmods.dev/skills/duck4nh/antigravity-kit/accessibility-expert)
Your own site
<a href="https://agentmods.dev/skills/duck4nh/antigravity-kit/accessibility-expert"><img src="https://agentmods.dev/badge/skills/duck4nh/antigravity-kit/accessibility-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,944 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 fork From a forked repository.
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.00063 $0.04944
Opus 5 $0.00032 $0.02472
Sonnet 5 $0.00013 $0.00989
Haiku 4.5 $0.00006 $0.00494

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

Security

Grade A, and why

accessibility-expert 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 7d 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.

templates/.agent/skills/accessibility-expert/SKILL.md · 430 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 430 lines · 63 tokens per session scan A 17d3257d4f27

Subscribe to this mod's changes

accessibility-expert is a skill published in the GitHub repository duck4nh/antigravity-kit (15 stars, last pushed 7mo ago), with no licence file. It adds 63 tokens to every session and 4,944 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.

Related

Other skills, from other repositories

accessibility-compliance-audit

Comprehensive web accessibility (a11y) audit and compliance skill. Audits HTML, React, Vue, and Angular codebases against WCAG 2.2 AA standards. Activates when users ask for "accessibility audit", "a11y check", "WCAG compliance", "ADA compliance", "screen reader testing", "keyboard navigation audit", "color contrast…

JPeetz/agent-skills · 134 tokens

app-user-story-qa

End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.

majiayu000/spellbook · 54 tokens

design-ship

One-shot pipeline turning a claude.ai/design link into a pull request: scaffold via /ork:design-import, stories and specs via /ork:cover, browser verification via /ork:expect, then open the PR. Use when a design link should come back as a PR with no intermediate steps; if all you need is the components written to…

yonatangross/orchestkit · 84 tokens

ring:checking-frontend-quality

Checking frontend quality against changed UI via ring:qa-frontend in accessibility, visual, e2e, or performance mode and aggregating pass/fail verdicts. Use when a frontend change needs standalone a11y, visual-snapshot, Playwright e2e, or Lighthouse/Core-Web-Vitals validation outside the dev cycle. Skip for…

LerianStudio/ring · 102 tokens

accessibility-audit

Use when wCAG compliance audit — semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader testing. Use when working with accessibility audit.

oyi77/1ai-skills · 37 tokens

design

Intent-first UI design with conscious, traceable design decisions. Persists decisions in .interface-design/ for cross-session consistency. Includes domain exploration, design system generation (system.md + system.json), per-component construction with mandatory checkpoints, and craft validation tests. Modes: init…

greglas75/zuvo · 90 tokens