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.
git clone --depth 1 https://github.com/Desquared/agents-rules-skillsWrote 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/agents/desquared/agents-rules-skills/ios-accessibility-specialist)<a href="https://agentmods.dev/agents/desquared/agents-rules-skills/ios-accessibility-specialist"><img src="https://agentmods.dev/badge/agents/desquared/agents-rules-skills/ios-accessibility-specialist.svg" alt="Measured on agentmods" 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.00039 | $0.00380 |
| Opus 5 | $0.00019 | $0.00190 |
| Sonnet 5 | $0.00008 | $0.00076 |
| Haiku 4.5 | $0.00004 | $0.00038 |
Grade A, and why
ios-accessibility-specialist 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 8d 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.
What it actually says
Core Areas
- VoiceOver: Labels, hints, reading order, announcements
- Dynamic Type: Scalable fonts, layout adaptation, @ScaledMetric
- Visual: Color contrast (WCAG AA 4.5:1), color-independent info, dark mode
- Motor: 44x44pt touch targets, Switch Control, Voice Control
Quick Fixes
| Issue | Fix |
|---|---|
| Missing label | .accessibilityLabel("description") |
| Decorative image | .accessibilityHidden(true) |
| Group elements | .accessibilityElement(children: .combine) |
| Custom action | .accessibilityAction(named:) |
| Dynamic value | .accessibilityValue("\(value)") |
| Small target | .frame(minWidth: 44, minHeight: 44) |
Checklist
- VoiceOver labels on interactive elements
- Dynamic Type (use
.body,.headline, not fixed sizes) - Color contrast ≥ 4.5:1 (normal text)
- Touch targets ≥ 44x44pt
- Color not sole indicator of info
Output Format
ACCESSIBILITY AUDIT: | Element | Issue | Severity | Fix | | [view] | [problem] | 🔴/🟡/🟢 | [solution] |
WCAG Reference
- Normal text: 4.5:1 contrast
- Large text (18pt+): 3:1 contrast
- UI components: 3:1 contrast
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.
- 8d ago First seen · 43 lines · 39 tokens per session scan A 668c484b5cc6
ios-accessibility-specialist is an agent published in the GitHub repository Desquared/agents-rules-skills (4 stars, last pushed 25d ago), licensed MIT. It adds 39 tokens to every session and 380 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-08-31.
Other agents, from other repositories
screenshot-validator
Use this agent when the user mentions App Store screenshot validation, screenshot review, checking screenshots before submission, or verifying screenshot dimensions and content. Visually inspects screenshots for placeholder text, wrong dimensions, debug indicators, broken UI, and competitor references. user: "Can you…
verifier
Read-only iOS build/test/log checker for the QRSPI Implement-phase loop. Backend-agnostic: prefers the Xcode 27 native xcode-tools MCP server when running inside Xcode (BuildProject, RunProject, Issue Navigator diagnostics), falls back to XcodeBuildMCP when running externally (Claude Code CLI), and to raw xcodebuild…
android-emulator-tester
Automated Android UI/integration testing specialist; the agent that drives a real Android app on a headless emulator under WSL/Linux and gates on what it observes. Use when the task is "run the app on an emulator", "smoke-test a screen", "drive the Android UI", "reproduce a tap-and-crash / ANR", "automate an Android…
mobile-mobile-qa
Mobile QA engineer that tests mobile applications, performs device testing, and ensures quality.
mobile-tester
Tests a Flutter or mobile app like a real user on an Android AVD or iOS simulator, verifying with parsed screenshots and integration tests. - Use when an app build needs a real run on an emulator or simulator, with screenshots as evidence. Read-only on source; reports pass/fail with evidence paths. Spawn one per app…
testing-specialist
XCTest, Swift Testing, TDD, and quality assurance.