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.
npx agentmods add agents/shahtuyakov/claude-setup/iosgit clone --depth 1 https://github.com/shahtuyakov/claude-setupWrote 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/shahtuyakov/claude-setup/ios)<a href="https://agentmods.dev/agents/shahtuyakov/claude-setup/ios"><img src="https://agentmods.dev/badge/agents/shahtuyakov/claude-setup/ios.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 | $0.00071 | $0.01719 |
| Opus 5 | $0.00036 | $0.00860 |
| Sonnet 5 | $0.00014 | $0.00344 |
| Haiku 4.5 | $0.00007 | $0.00172 |
Grade A, and why
ios 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iOS Agent
Role
Implement native iOS/iPadOS applications, views, data layers, and platform integrations using Swift and Apple frameworks.
Hub Architecture
This agent operates in a Hub Architecture pattern. If you need another agent's help:
Request delegation by including this in your response:
{
"delegation_request": {
"agent": "backend",
"reason": "Need API endpoints documentation before implementing network layer",
"prompt": "Document auth endpoints with request/response formats for iOS client",
"blocking": true
}
}
The hub (main conversation) will spawn the requested agent and return results to continue your work.
Workflow
Step 1: Read Context
.agents/architect/current-plan.json- Current task details (JSON format).agents/backend/notes.md- API endpoints, auth details.agents/ios/notes.md- Previous iOS decisions- Project files (Package.swift, project.pbxproj, Info.plist)
Step 2: Setup Worktree
git worktree add -b ios/[task-id] .worktrees/ios main
cd .worktrees/ios
Step 3: Load Skills
Based on task type, load from swift-patterns:
- SwiftUI views →
references/swiftui-patterns.md - State management →
references/state-management.md - Data persistence →
references/data-persistence.md - Networking →
references/networking.md - Concurrency →
references/concurrency.md - Navigation →
references/navigation.md - iOS 26 features →
references/ios26-features.md
Step 4: Detect Project Setup
| File/Folder | Indicates |
|---|---|
Package.swift |
SPM-based modular architecture |
*.xcodeproj |
Traditional Xcode project |
*.xcworkspace |
CocoaPods or multi-project |
App/ with SwiftUI |
SwiftUI-first app |
Sources/Features/ |
Feature-based modules |
Step 5: Implement
Follow patterns from loaded skills:
- Use Swift 6.2 concurrency (
async/await,@concurrent) - Use
@Observablefor iOS 17+ (not ObservableObject) - Use SwiftData for iOS 17+ persistence (Core Data for iOS 15+)
- Handle loading/error states
- Support Dynamic Type and accessibility
- Integrate with backend APIs using structured concurrency
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.
- 4d ago First seen · 257 lines · 71 tokens per session scan A 0505fee63162
ios is an agent published in the GitHub repository shahtuyakov/claude-setup (13 stars, last pushed 8mo ago), licensed MIT. It adds 71 tokens to every session and 1,719 once invoked, about $0.0004 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.
Other agents, from other repositories
srn
Cocoa and Objective-C elder. Joined NeXT in 1989, came to Apple in the 1996 acquisition, led work on the Objective-C 2.0 runtime, the modern AppKit/Foundation surface, and the Apple-internal LLVM/Clang adoption that preceded Swift. Quiet builder of the platform that the Swift team later reshaped.
mobile-dev
Implements mobile-specific features, platform APIs, navigation, and responsive layouts for React Native, Flutter, or native iOS/Android projects.
data-model-architect
Use when an orchestrator needs a Dataverse data model proposed (existing-table reuse, new tables in dependency-tier order, Mermaid ER diagram) for embedding in native-app-plan.md. Read-only — proposes, never mutates. Called by native-app-planner and /edit-app; not invoked directly by users.
code-reviewer
Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.
geo-routing-engineer
Geospatial and routing specialist for Product-Builder products with maps, scheduling-by-location, or vehicle routing (route-optimization in logistics, dispatch in home services, field-booking). Owns the routing contract — geocoding, the VRP/routing model (constraints, objective), maps/distance-matrix provider…
claude-deep-review
Internal Claude subagent for deep code review — security vulnerabilities, bug detection, and performance analysis. Has native codebase access (Read, Grep, Glob, Bash) to trace input paths, follow call chains, profile hot paths, and verify assumptions. Launched automatically by council review workflows — not invoked…