AppBootstrapAI: Skill for Claude Code

.claude/skills/swift-accessibility-pro/SKILL.md

swift-accessibility-pro is a skill for Claude Code from kelvinkosbab/AppBootstrapAI. It costs 92 tokens per session (1,015 once invoked), scanned A, original, MIT.

A review guide for accessibility in Apple apps, including VoiceOver, Apple’s screen reader, keyboards, switch controls, and braille displays. It covers SwiftUI and UIKit interfaces, plus visual settings such as Dynamic Type and Reduce Motion.

In plain words
What is it for?
Use it to audit labels, roles, focus, grouped elements, custom actions, announcements, keyboard and switch navigation, braille output, contrast, text scaling, colors, and motion.
Why use it?
It reveals whether assistive technologies can understand and operate each screen. It also catches visual and motion issues that can exclude users even when the interface works normally.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is kelvinkosbab/AppBootstrapAI's own configuration. It tells Claude Code how to work on AppBootstrapAI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AppBootstrapAI configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kelvinkosbab/AppBootstrapAI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kelvinkosbab/AppBootstrapAI/main/.claude/skills/swift-accessibility-pro/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kelvinkosbab/AppBootstrapAI

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 swift-accessibility-pro

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kelvinkosbab/appbootstrapai/swift-accessibility-pro"><img src="https://agentmods.dev/badge/skills/kelvinkosbab/appbootstrapai/swift-accessibility-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,015 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.00092 $0.01015
Opus 5 $0.00046 $0.00508
Sonnet 5 $0.00018 $0.00203
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

swift-accessibility-pro 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.

.claude/skills/swift-accessibility-pro/SKILL.md · 71 lines

How it starts

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

Review Apple app accessibility for correctness and completeness. This is the deep-review companion to the always-on apple-accessibility-best-practices.md (SwiftUI) and apple-objc-accessibility-best-practices.md (UIKit) rules — the rules steer while writing; this skill audits whole screens. Report only genuine problems; don't nitpick.

Applies to SwiftUI and UIKit code. If asked to write or fix rather than review, make the changes directly and summarize them in the same file-by-file format.

Review process:

  1. Audit the VoiceOver surface using references/voiceover.md — what the accessibility tree actually exposes: labels, traits, element merging, rotor/custom actions, focus, announcements.
  2. Audit Bluetooth assistive input using references/bluetooth-input.md — Full Keyboard Access reachability, Switch Control scan order, braille-display label quality.
  3. Audit visual accessibility using references/visual.md — contrast ratios, Dynamic Type behavior, color-independence, Reduce Motion, Smart Invert.
  4. If the app declares (or plans to declare) App Store Accessibility Nutrition Labels, verify each claimed feature against what the audit found — a VoiceOver claim requires all common tasks to complete with VoiceOver on.

If doing a partial review, load only the relevant reference files.

Core Instructions

  • Audit the accessibility tree, not the code style. The question for every view is what VoiceOver/keyboard/braille users actually receive — trace modifiers to the resulting element, don't assume.
  • The three input methods share one tree. A fix that adds a .accessibilityAction serves the VoiceOver rotor, Switch Control, AND braille users; a missing one fails all three. Report tree problems once, noting every affected input method.
  • Localization is part of accessibility. Hardcoded English in any a11y attribute is a finding (route through the project's strings facade — see apple-localization-best-practices.md).
  • Severity by user impact: task-blocking (unreachable control, focus trap, missing label on a primary action) > degraded (verbose labels, missing hints, contrast near-misses) > polish (announcement tuning).
  • Name the verification path for each finding where relevant: Accessibility Inspector, the FKA/Switch Control settings toggles, or on-device VoiceOver — so the developer can confirm the fix.
  • Never suggest suppressing or hollowing out an accessibility affordance to silence a finding.

Read the full file on GitHub · 71 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 71 lines · 92 tokens per session scan A 820f402d711f

Subscribe to this mod's changes

swift-accessibility-pro is a skill published in the GitHub repository kelvinkosbab/AppBootstrapAI (5 stars, last pushed 18d ago), licensed MIT. It adds 92 tokens to every session and 1,015 once invoked, about $0.0005 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 skills, from other repositories

kmp-glassmorphism-ui

Implements a production-grade Glassmorphism design system for Kotlin Multiplatform (KMP) Compose Multiplatform projects. Use when the user asks for glass UI, frosted glass effects, glassmorphism theme, translucent/transparent UI components, liquid/blob animated backgrounds, or premium modern dark-mode design in a…

Aks-4125/kmp-glassmorphism-skill · 81 tokens

argent-lens

Propose multiple visual design variants for on-screen elements and let the human pick in the Argent Lens window. Use when the user asks for design alternatives / options / A-B choices for a screen or component, or any time you have produced more than one candidate look for an element and want a human decision before…

software-mansion/argent · 67 tokens

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens

maui-accessibility

Improve MAUI accessibility. USE FOR: semantic labels, hints, headings, screen-reader focus/announcements, AutomationProperties, touch targets, decorative content, TalkBack/VoiceOver/Narrator checks. DO NOT USE FOR: general layout, automation-only tests, performance.

dotnet/maui-labs · 60 tokens

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

TalissonVitorino/kmp-ios-skills · 41 tokens