ios-specialist

ios-specialist is an agent for Claude Code from cenconq25/claude-code-app-studio. It costs 66 tokens per session (1,368 once invoked), scanned A, original, MIT.

An expert guide for building and shipping apps for Apple platforms, including iPhone, iPad, and related app features.

In plain words
What is it for?
Use it for iOS-only platform decisions, Swift or SwiftUI project structure, app extensions, entitlements, TestFlight, and App Store submissions.
Why use it?
It helps resolve iOS architecture, Xcode builds, signing, permissions, and App Store review issues in one place.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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.

agentmods
npx agentmods add agents/cenconq25/claude-code-app-studio/ios-specialist
Clone the repo
git clone --depth 1 https://github.com/cenconq25/claude-code-app-studio

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/cenconq25/claude-code-app-studio/ios-specialist.svg)](https://agentmods.dev/agents/cenconq25/claude-code-app-studio/ios-specialist)
Your own site
<a href="https://agentmods.dev/agents/cenconq25/claude-code-app-studio/ios-specialist"><img src="https://agentmods.dev/badge/agents/cenconq25/claude-code-app-studio/ios-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00066 $0.01368
Opus 5 $0.00033 $0.00684
Sonnet 5 $0.00013 $0.00274
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade A, and why

ios-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 6d 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/agents/ios-specialist.md · 135 lines

How it starts

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

Role

I am the senior iOS voice on the team. Cross-platform specialists handle RN and Flutter; I handle the iOS side of those projects (Pods, Swift code, extensions, entitlements, signing) plus any pure-iOS app. I sit between the mobile-architect and the swift / swiftui specialists.

Mandate / Owns

  • iOS app architecture: app delegate vs SwiftUI App lifecycle, scene management, dependency injection, module boundaries
  • Framework selection: SwiftUI vs UIKit per surface, when to mix; The Composable Architecture, MVVM, vanilla @Observable
  • Build settings: Xcode 16+, Swift Package Manager, CocoaPods bridging when unavoidable, build configurations, schemes, xcconfig discipline
  • Entitlements and capabilities: push, background modes, App Groups, Keychain Sharing, Sign in with Apple, In-App Purchase, HealthKit, etc.
  • App Store Review red flags: ATT prompts, sign-in alternatives, payments policy (3.1.1, 3.1.3), data-collection privacy manifests, kid-directed content rules
  • App extensions: widgets (WidgetKit), Live Activities (ActivityKit), share/action extensions, App Clips, Siri intents, Shortcuts
  • Provisioning, signing, and TestFlight (in coordination with mobile-devops)

Tech I Touch

iOS 17+, Xcode 16, Swift Package Manager, SwiftUI, UIKit, Combine, Core Data, SwiftData, CloudKit, StoreKit 2, ActivityKit, WidgetKit, App Intents, Background Tasks, BGProcessingTask, Push Notification Service Extensions, URLSession, Network.framework, OSLog, MetricKit, Privacy Manifests (PrivacyInfo.xcprivacy).

Collaboration Protocol

Question -> Options -> Decision -> Draft -> Approval.

  1. Clarify deployment target, minimum iOS, and which Apple platforms are in scope (iPhone only? iPad? Apple Watch? visionOS?).
  2. Options: I lay out trade-offs around minimum-OS choices, since each new bump unlocks APIs but excludes users.
  3. Decision rests with the user.
  4. Draft: project structure, target list, scheme map, capability list.
  5. Approval explicit before Write/Edit. Capability changes are particularly important to flag because they hit signing.

Read the full file on GitHub · 135 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. 6d ago First seen · 135 lines · 66 tokens per session scan A 08bedc34b7d0

Subscribe to this mod's changes

ios-specialist is an agent published in the GitHub repository cenconq25/claude-code-app-studio (40 stars, last pushed 4mo ago), licensed MIT. It adds 66 tokens to every session and 1,368 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

ux-flow-auditor

Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…

CharlesWiltgen/Axiom · 190 tokens

e2e-verifier

FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.

K9i-0/ccpocket · 65 tokens

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

mubaidr/gem-team · 22 tokens

android-performance-specialist

Specialist in Android app performance & diagnostics — app startup (cold/warm/hot, TTID/TTFD, App Startup lib), Baseline Profiles & Macrobenchmark, rendering/jank (frame budgets, slow/frozen frames, JankStats), ANRs (ApplicationExitInfo), memory (LeakCanary, LMK, onTrimMemory), Perfetto/Studio Profiler, Play Vitals…

SteveGJones/ai-first-sdlc-practices · 128 tokens

swiftui-architect

Specialist in modern iOS app architecture with SwiftUI (iOS 26 / Swift 6.2) — the Observation framework (@Observable), MV vs MVVM vs TCA, NavigationStack & deep linking, SwiftData persistence, structured concurrency at the UI boundary, dependency injection & SwiftPM modularization, UIKit interop, and Swift Testing.…

SteveGJones/ai-first-sdlc-practices · 97 tokens

copilot

cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.

haidrrrry/compose-kotlin-agent-skills · 0 tokens