ios

ios is an agent for coding agents from shahtuyakov/claude-setup. It costs 71 tokens per session (1,719 once invoked), scanned A, original, MIT.

A development agent for native iPhone, iPad, and iPadOS applications using Swift and Apple’s frameworks.

In plain words
What is it for?
Use it to build native iOS or iPadOS views, data layers, and integrations with Apple platform features.
Why use it?
It helps implement both the visible screens and the supporting data and platform integration code needed for Apple devices.

Agent

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/shahtuyakov/claude-setup/ios
Clone the repo
git clone --depth 1 https://github.com/shahtuyakov/claude-setup

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/shahtuyakov/claude-setup/ios.svg)](https://agentmods.dev/agents/shahtuyakov/claude-setup/ios)
Your own site
<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>
Per session 71 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,719 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 $0.00071 $0.01719
Opus 5 $0.00036 $0.00860
Sonnet 5 $0.00014 $0.00344
Haiku 4.5 $0.00007 $0.00172

Measured 4d ago against content hash 0505fee63162, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

agents/ios.md · 257 lines

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 @Observable for 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

Read the full file on GitHub · 257 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. 4d ago First seen · 257 lines · 71 tokens per session scan A 0505fee63162

Subscribe to this mod's changes

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.

Related

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.

punt-labs/prfaq · 74 tokens

mobile-dev

Implements mobile-specific features, platform APIs, navigation, and responsive layouts for React Native, Flutter, or native iOS/Android projects.

OrodruinLabs/nazgul · 30 tokens

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.

microsoft/power-platform-skills · 67 tokens

code-reviewer

Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.

nyldn/claude-octopus · 19 tokens

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…

avelikiy/great_cto · 112 tokens

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…

rube-de/cc-skills · 71 tokens