software-accessibility

software-accessibility is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 32 tokens per session (5,073 once invoked), scanned A, original, MIT.

A coding guide for improving accessibility, meaning making websites and apps usable with keyboards, screen readers, and other assistive technology.

In plain words
What is it for?
Use it to implement semantic HTML, ARIA where necessary, keyboard controls, focus management, screen-reader support, and accessibility checks in CI.
Why use it?
It helps fix missing semantics, poor focus behavior, incorrect keyboard handling, and screen-reader problems while adding basic automated checks.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Good fit Use it to implement semantic HTML, ARIA where necessary, keyboard controls, focus management, screen-reader support, and accessibility checks in CI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/software-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 vasilyu1983/AI-Agents-public --skill software-accessibility
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

Made for: 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 software-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-accessibility.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-accessibility)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-accessibility"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-accessibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,073 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.00032 $0.05073
Opus 5 $0.00016 $0.02537
Sonnet 5 $0.00006 $0.01015
Haiku 4.5 $0.00003 $0.00507

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

Security

Grade A, and why

software-accessibility 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check_a11y_baseline.py, scripts/run_axe.sh), 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.

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.

frameworks/shared-skills/skills/software-accessibility/SKILL.md · 319 lines

How it starts

The opening of the file, as written. The whole thing — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Accessibility Engineering

Use this skill to implement accessibility in code: semantic HTML, ARIA only where necessary, keyboard support, focus management, screen-reader compatibility, and baseline automation in CI.

This skill owns engineering implementation. It does not own design-side WCAG interpretation or formal accessibility-test programs.

Quick Reference

Need Default Notes
fix component semantics semantic HTML first add ARIA only when HTML is insufficient
keyboard support tab order, visible focus, correct key handling test manually every time
screen reader verification VoiceOver plus NVDA minimum use two readers when possible
automated coverage axe-core plus Lighthouse or Pa11y automation catches markup-level issues, not the full experience
modal or composite widget APG-aligned pattern do not invent custom keyboard behavior
compliance prep WCAG 2.2 AA minimum, then local regulation check verify current legal posture before final claims
WCAG 2.2 checklist, axe-core/Pa11y snippets, EU Accessibility Act references/wcag-2-2-checklist.md includes June 2025 EAA applicability decision
run axe-core in CI scripts/run_axe.sh exits non-zero on violations

When to Use This Skill

Use this skill when the main work is:

  • remediating semantic HTML, labels, roles, and landmarks
  • fixing keyboard access, focus management, or SPA route focus behavior
  • implementing APG-style component patterns
  • improving screen-reader announcements and dynamic content handling
  • adding accessibility engineering checks to CI

Route elsewhere when the main work is:

Need Use Instead
design-side accessibility and interaction design ../software-ui-ux-design/SKILL.md
accessibility test automation program or formal audit flow ../qa-testing-accessibility/SKILL.md
usability research with disabled users ../software-ux-research/SKILL.md
frontend stack setup and general UI build work ../software-frontend/SKILL.md
platform-specific mobile accessibility behavior ../software-mobile/SKILL.md

Read the full file on GitHub · 319 lines

Files

What ships with it

9 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. 4d ago First seen · 319 lines · 32 tokens per session scan A b77dd5fb639c

Subscribe to this mod's changes

software-accessibility is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (86 stars, last pushed 6d ago), licensed MIT. It adds 32 tokens to every session and 5,073 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-09-03.

Related

Other skills, from other repositories

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established…

wshobson/agents · 112 tokens

design-system

DESIGN.md integration for Forge — ensures visual consistency across all UI tasks through standardized design specifications.

LucasDuys/forge · 21 tokens

qa-design

UI/UX design audit and verification of web best practices, including responsive/mobile-first breakpoints. Trigger when the user wants to audit the design, verify the UI/UX, check responsive behaviour, or improve the user interface.

christopherlouet/claude-base · 48 tokens

dev-frontend-design

Distinctive UI design with strong art direction. Trigger when the user wants to create an interface, a landing page, a visual component, or when frontend code creation is detected without a defined design direction.

christopherlouet/claude-base · 45 tokens

dev-shadcn

Integration and customization of shadcn/ui (copy-paste React components, Radix + Tailwind). Trigger when the user wants to install shadcn, add components, customize the theme, or when shadcn/ui usage is detected in the project.

christopherlouet/claude-base · 57 tokens

aetox-shadcn

ทำงานกับ shadcn/ui, เพิ่ม ค้น แก้ ดีบัก สไตล์ และประกอบคอมโพเนนต์/ดีไซน์ซิสเทม ผ่าน registry และ CLI พร้อมกฎที่บังคับเสมอ (className สำหรับ layout ไม่ใช่สไตล์, ใช้ gap ไม่ใช่ space-x/y, size- เมื่อกว้างเท่าสูง, semantic colors, cn()) ใช้ตอนโปรเจกต์มี components.json หรือทำงานกับ shadcn/Tailwind/Base UI, "shadcn init"…

Mikedev115/Aetox · 130 tokens