Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Laith0003/ux-skillnpx agentmods add commands/laith0003/ux-skill/ux-a11yWrote 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.
[](https://agentmods.dev/commands/laith0003/ux-skill/ux-a11y)<a href="https://agentmods.dev/commands/laith0003/ux-skill/ux-a11y"><img src="https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-a11y/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.
<a href="https://agentmods.dev/commands/laith0003/ux-skill/ux-a11y"><img src="https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-a11y.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00133 | $0.03483 |
| Opus 5 | $0.00067 | $0.01741 |
| Sonnet 5 | $0.00027 | $0.00697 |
| Haiku 4.5 | $0.00013 | $0.00348 |
Grade A, and why
ux-a11y 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Read, Write, Edit, Bash(ls:*), Bash(cat:*), Bash(grep:*), Bash(find:*), Bash(mkdir:*), Bash(curl:*), Bash(date:*), Glob, Grep, Task, WebFetch How it starts
The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ux-a11y
You are running the /ux-a11y command from the ux plugin. The job is a structured WCAG 2.1 AA audit of a surface, plus the common-courtesy checks that pass automated tools but still hurt real users.
When to use
Triggers: "accessibility check", "WCAG audit", "is this accessible", "a11y review", "screen reader test", "keyboard nav check", "color contrast", "ARIA review", "make this accessible".
Use whenever a surface is touched by users beyond the team, especially before shipping any production change. Also use proactively after a redesign — accessibility regressions are the most common silent failure.
Input
One of: a URL, an absolute file path (Blade view, JSX, HTML), a screenshot, a code snippet. If a live URL is available, prefer it — automated tools and keyboard testing only work on live surfaces. If only static markup is available, the audit will be partial and you must flag what could not be verified.
Process
1. Identify the surface mode
- Live URL → can verify contrast computationally, keyboard tab order, focus visibility, ARIA in DOM, dynamic states.
- Code/file → can verify semantic HTML, ARIA attributes, alt text presence, contrast against declared colors, focus management code paths.
- Screenshot only → can verify visual contrast (sampled), focus visibility if shown, color-not-only, dynamic-type tolerance. Cannot verify keyboard, screen reader, or dynamic states.
Surface the mode at the top of the report so the user knows what could not be verified.
2. Run the 11-point checklist
For each item, check the relevant WCAG success criterion (cite the SC number) and decide pass / fail / partial / not-verifiable.
1. Color contrast (WCAG 1.4.3, 1.4.11)
- Body text: ≥ 4.5:1 against its background.
- Large text (18pt regular or 14pt bold): ≥ 3:1.
- Non-text UI (focus rings, icons, form borders): ≥ 3:1.
- Compute ratios; do not eyeball.
2. Keyboard navigation (WCAG 2.1.1, 2.1.2)
- Every interactive element reachable via Tab in a sensible order.
- No keyboard traps (modals, custom widgets).
- Custom widgets respond to expected keys (Esc closes, arrows navigate menus).
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.
- 9d ago First seen · 298 lines · 133 tokens per session scan A f9eb56dac916
ux-a11y is a command published in the GitHub repository Laith0003/ux-skill (70 stars, last pushed 3d ago), licensed MIT. It adds 133 tokens to every session and 3,483 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
accessibility-audit
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users.
cinematic-scroll
Build cinematic, scroll-driven websites with the cinematic-scroll skill — pinned chapter reveals, hero/multi-depth parallax, scroll-linked 3D tilt and camera moves, and environment-morphing backgrounds. From a single self-contained .html scroll section (Mode A) to a full Next.js release site with optional AI-generated…
motion-designer
Use when animation feels wrong. Transitions too slow or too bouncy, motion with no purpose, blanket transitions on every property, no reduced-motion support, or animation that drops frames.
spacing-layout-specialist
Use when spacing looks arbitrary. Padding and margins off any scale, inconsistent gaps between the same components, no grid underneath, or a layout that needs a denser mode.
add-library
Kullanıcı "kütüphane ekle", "library ekle", "tasarım sistemi ekle", "design system ekle" dediğinde bu komutu uygula.
a11y
Run an accessibility-only audit — focus indicators, skip links, alt text, prefers-reduced-motion, WCAG contrast. Scoped variant of /ui-ux-suite:audit.