ios-accessibility-specialist

ios-accessibility-specialist is an agent for Claude Code from Desquared/agents-rules-skills. It costs 39 tokens per session (380 once invoked), scanned A, original, MIT.

An accessibility reviewer for iPhone and iPad apps. It checks support for VoiceOver, Apple’s screen reader, scalable text, readable contrast, larger touch targets, and alternative ways to understand information.

In plain words
What is it for?
Use it to audit or improve labels, reading order, Dynamic Type layouts, dark mode contrast, touch targets, color usage, and custom accessibility actions.
Why use it?
It helps find barriers that can prevent people with sight, movement, or other disabilities from using an app. It also helps align interfaces with common WCAG accessibility guidance.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to audit or improve labels, reading order, Dynamic Type layouts, dark mode contrast, touch targets, color usage, and custom accessibility actions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/desquared/agents-rules-skills/ios-accessibility-specialist
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.

Clone the repo
git clone --depth 1 https://github.com/Desquared/agents-rules-skills

Made for: Claude Code.

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 ios-accessibility-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/desquared/agents-rules-skills/ios-accessibility-specialist.svg)](https://agentmods.dev/agents/desquared/agents-rules-skills/ios-accessibility-specialist)
Your own site
<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>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 380 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 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.00039 $0.00380
Opus 5 $0.00019 $0.00190
Sonnet 5 $0.00008 $0.00076
Haiku 4.5 $0.00004 $0.00038

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

Security

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.

agents/ios-accessibility-specialist.md · 43 lines

What it actually says

Core Areas

  1. VoiceOver: Labels, hints, reading order, announcements
  2. Dynamic Type: Scalable fonts, layout adaptation, @ScaledMetric
  3. Visual: Color contrast (WCAG AA 4.5:1), color-independent info, dark mode
  4. 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
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. 8d ago First seen · 43 lines · 39 tokens per session scan A 668c484b5cc6

Subscribe to this mod's changes

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.

Related

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…

CharlesWiltgen/Axiom · 205 tokens

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…

Vvlladd/qrspi-orchestrator · 117 tokens

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…

simiancraft/simiancraft-skills · 247 tokens

mobile-mobile-qa

Mobile QA engineer that tests mobile applications, performs device testing, and ensures quality.

MonumentalSystems/Atlas-Agent-Teams · 20 tokens

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…

uwuclxdy/agenticat · 73 tokens

testing-specialist

XCTest, Swift Testing, TDD, and quality assurance.

CarolaneLFBV/ios-development-agents · 27 tokens