axiom-ios-accessibility

axiom-ios-accessibility is a skill for Claude Code, Codex from ComeOnOliver/skillshub. It costs 36 tokens per session (754 once invoked), scanned A, original, MIT.

An iOS accessibility guide for making apps usable with features such as VoiceOver, larger text, and keyboard navigation. It also covers color contrast, touch targets, motion settings, and WCAG checks.

In plain words
What is it for?
Use it to audit or improve VoiceOver labels, Dynamic Type text scaling, color contrast, touch target sizes, keyboard navigation, reduced motion, and App Store accessibility readiness.
Why use it?
It helps find and fix barriers that can prevent people with disabilities from using an app or cause problems during accessibility review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit or improve VoiceOver labels, Dynamic Type text scaling, color contrast, touch target sizes, keyboard navigation, reduced motion, and App Store accessibility readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/comeonoliver/skillshub/axiom-ios-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 ComeOnOliver/skillshub --skill axiom-ios-accessibility
Clone the repo
git clone --depth 1 https://github.com/ComeOnOliver/skillshub

Made for: Claude Code, 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 axiom-ios-accessibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-ios-accessibility/github.svg)](https://agentmods.dev/skills/comeonoliver/skillshub/axiom-ios-accessibility)
Your own site
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-ios-accessibility"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-ios-accessibility/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.

agentmods 80×15 button for axiom-ios-accessibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-ios-accessibility"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-ios-accessibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 754 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.00036 $0.00754
Opus 5 $0.00018 $0.00377
Sonnet 5 $0.00007 $0.00151
Haiku 4.5 $0.00004 $0.00075

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

Security

Grade A, and why

axiom-ios-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 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.

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.

skills/CharlesWiltgen/Axiom/axiom-ios-accessibility/SKILL.md · 95 lines

How it starts

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

iOS Accessibility Router

You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance.

When to Use

Use this router when:

  • Fixing VoiceOver issues
  • Implementing Dynamic Type
  • Checking color contrast
  • Ensuring touch target sizes
  • Preparing for App Store accessibility review
  • WCAG compliance auditing
  • Assistive Access support (cognitive disabilities, iOS 17+)

Routing Logic

Accessibility Issues

All accessibility work/skill axiom-accessibility-diag

  • VoiceOver labels and hints
  • Dynamic Type scaling
  • Color contrast (WCAG)
  • Touch target sizes
  • Keyboard navigation
  • Reduce Motion support
  • Assistive Access (cognitive disabilities, iOS 17+)
  • Accessibility Inspector usage
  • App Store Review preparation

Automated Scanning

Accessibility audit → Launch accessibility-auditor agent or /axiom:audit accessibility (VoiceOver issues, Dynamic Type violations, color contrast failures, WCAG compliance scanning)

Decision Tree

  1. ANY accessibility issue → accessibility-diag
  2. Want automated accessibility scan? → accessibility-auditor (Agent)

Anti-Rationalization

Thought Reality
"I'll add VoiceOver labels when I'm done building" Accessibility is foundational, not polish. accessibility-diag prevents App Store rejection.
"My app doesn't need accessibility" All apps need accessibility. It's required by App Store guidelines and benefits all users.
"Dynamic Type just needs .scaledFont" Dynamic Type has 7 common violations. accessibility-diag catches them all.
"Color contrast looks fine to me" Visual assessment is unreliable. WCAG ratios require measurement. accessibility-diag validates.

Critical Patterns

Image Accessibility
  • Use Image(decorative: "photo") for purely decorative images — automatically hidden from VoiceOver (equivalent to accessibilityHidden(true) but semantically clearer)
  • Use accessibilityInputLabels() for buttons with complex or changing labels — improves Voice Control accuracy by providing alternative labels
  • Respect accessibilityDifferentiateWithoutColor environment value — when active, provide non-color cues (icons, patterns, labels) alongside color indicators

Read the full file on GitHub · 95 lines

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. 9d ago First seen · 95 lines · 36 tokens per session scan A ded7b0fe2e6c

Subscribe to this mod's changes

axiom-ios-accessibility is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 754 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.