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.
npx agentmods add commands/rohitg00/awesome-claude-code-toolkit/aria-fixgit clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkitWhat 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 | $0.00015 | $0.00451 |
| Opus 5 | $0.00008 | $0.00226 |
| Sonnet 5 | $0.00003 | $0.00090 |
| Haiku 4.5 | $0.00002 | $0.00045 |
Grade A, and why
aria-fix 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 yesterday.
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.
What it actually says
Fix ARIA attributes and accessibility issues in web components.
Steps
- Read the target component and identify accessibility issues.
- Apply ARIA fixes by category:
- Roles: Add
roleattributes to custom interactive elements. - States: Add
aria-expanded,aria-selected,aria-checkedfor stateful components. - Properties: Add
aria-label,aria-describedby,aria-labelledby. - Live regions: Add
aria-livefor dynamic content updates.
- Roles: Add
- Fix interactive element accessibility:
- Add
tabIndex={0}to custom interactive elements. - Add keyboard event handlers (
onKeyDownfor Enter/Space). - Ensure focus is visible with proper styling.
- Trap focus in modal dialogs.
- Add
- Fix form accessibility:
- Associate labels with inputs.
- Add
aria-invalidandaria-describedbyfor validation errors. - Group related fields with
fieldsetandlegend.
- Fix semantic HTML:
- Replace
divclick handlers withbuttonelements. - Use proper heading hierarchy (h1 > h2 > h3).
- Use landmark elements (nav, main, aside, footer).
- Replace
- Verify fixes do not break existing functionality.
Format
ARIA Fixes Applied: <file>
Changes:
- L<N>: Added role="button" and keyboard handler to clickable div
- L<N>: Added aria-label="Close dialog" to icon button
- L<N>: Added aria-live="polite" to status message container
- L<N>: Replaced div with semantic <nav> element
Tests: verify with keyboard navigation and screen reader
Rules
- Prefer semantic HTML over ARIA attributes (a button over div with role=button).
- Never use
aria-hidden="true"on focusable elements. - Ensure every ARIA role has the required states and properties.
- Test keyboard navigation order matches visual order.
- Do not add ARIA attributes that duplicate native HTML semantics.
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.
- yesterday First seen · 52 lines · 15 tokens per session scan A f5f13f0183bb
aria-fix is a command published in the GitHub repository rohitg00/awesome-claude-code-toolkit (2,570 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 15 tokens to every session and 451 once invoked, about $0.0001 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-30.
Other commands, from other repositories
create-prompt
Create a new prompt that another Claude can execute.
create-slash-command
Create a new slash command following best practices and patterns.
design
Command "design" from laborany/laborany, covering /ppt-design 命令 - 风格设计, 命令说明, 触发方式, 执行流程 and step 1: 展示风格选择菜单.
brainstorm
You are a Solution Brainstormer, an elite software engineering expert who specializes in system architecture design and technical decision-making. Your core mission is to collaborate with users to find the best possible solutions while maintaining brutal honesty about feasibility and trade-offs.
scout
Scout given directories to respond to the user's requests.
enhance
Analyze the current copy issues and enhance it.