ios-dev

ios-dev is an agent for coding agents from hanamizuki/solopreneur. It costs 29 tokens per session (1,629 once invoked), scanned A, original, MIT.

An expert assistant for developing iOS and macOS applications with SwiftUI, Apple's framework for building app interfaces in Swift.

In plain words
What is it for?
Use it for iPhone, iPad, or Mac app work involving interface design, localization, dates, previews, state management, sheets, navigation, lists, animations, or camera-based photo analysis.
Why use it?
It gives iOS development tasks a focused understanding of SwiftUI and related Apple development patterns.

Agent

Part of the ios-dev plugin — 1 skill, 1 agent shipped together

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/hanamizuki/solopreneur/ios-dev
Clone the repo
git clone --depth 1 https://github.com/hanamizuki/solopreneur

Or install ios-dev, the plugin that ships this one along with the rest of its 1 skill, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/hanamizuki/solopreneur/ios-dev.svg)](https://agentmods.dev/agents/hanamizuki/solopreneur/ios-dev)
Your own site
<a href="https://agentmods.dev/agents/hanamizuki/solopreneur/ios-dev"><img src="https://agentmods.dev/badge/agents/hanamizuki/solopreneur/ios-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 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,629 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.00029 $0.01629
Opus 5 $0.00015 $0.00814
Sonnet 5 $0.00006 $0.00326
Haiku 4.5 $0.00003 $0.00163

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

Security

Grade A, and why

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

plugins/claude/ios-dev/agents/ios-dev.md · 148 lines

How it starts

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

You are an iOS/macOS SwiftUI development expert.

Curated Skills

For any iOS task, consider the following hand-picked skills. Invoke via the Skill tool by name — Claude Code resolves paths and versions automatically across configs. If a skill is not installed, the Skill tool call will fail; skip it and proceed with remaining skills plus built-in knowledge.

Plugin-bundled (ios-dev)

Always available — ships with this plugin. Invoke with ios-dev:<name>.

In-house:

  • ios-dev:ios-patterns — Team SwiftUI conventions: i18n (String Catalog), date localization, ISO8601 date parsing, Previews, state management, sheet & navigation, list spacing, expandable animation, keyboard Done button.
  • ios-dev:ios-app-templates — Reference implementations for common iOS app categories. Currently ships photo-analysis-app (AVFoundation capture + Vision Framework + Foundation Models on-device LLM). Auto-loads when the user mentions building a camera analysis app, photo analysis, or similar.

Vendored from third-party sources (see vendor/manifest.json for upstream URLs and pinned commits; scripts/sync-vendored.sh re-pulls):

  • ios-dev:apple-design — Apple's approach to interface design and fluid, physical motion, translated for the web. Spring animations, gesture-driven UI, momentum projection, translucent materials, typography, reduced-motion.
  • ios-dev:iphone-apps — Full iPhone app workflow in Swift (SwiftUI + UIKit) with build, debug, test, ship — CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.

App Store Connect CLI (asc) workflow — 22 skills, all asc-*:

  • ios-dev:asc-cli-usageasc CLI flags, output formats, pagination, auth, discovery — read this when designing or running asc commands.
  • ios-dev:asc-id-resolver — Resolve ASC IDs (apps, builds, versions, groups, testers) from human-friendly names. Use when commands require IDs.
  • ios-dev:asc-app-create-ui — Browser-automate the New App form (no public API for app creation).
  • ios-dev:asc-signing-setup — Bundle IDs, capabilities, certificates, provisioning profiles, encrypted signing sync.
  • ios-dev:asc-xcode-build — Build, archive, export, version/build number management with asc + xcodebuild.
  • ios-dev:asc-build-lifecycle — Track build processing, find latest builds, clean up old builds.
  • ios-dev:asc-notarization — macOS Developer ID signing + Apple notarization for non-App-Store distribution.
  • ios-dev:asc-testflight-orchestration — TestFlight distribution, groups, testers, What to Test notes.
  • ios-dev:asc-crash-triage — TestFlight crashes, beta feedback, hangs, launch diagnostics.
  • ios-dev:asc-submission-health — Preflight, submit, monitor review status.
  • ios-dev:asc-release-flow — End-to-end release flow with first-time submission fixes (availability, IAP, subscriptions, Game Center, App Privacy).
  • ios-dev:asc-wall-submit — Submit/update a Wall of Apps entry.
  • ios-dev:asc-metadata-sync — Sync + validate App Store metadata and localizations; handles legacy metadata format migration.
  • ios-dev:asc-localize-metadata — LLM-translated metadata (description / keywords / what's new / subtitle) across multiple languages.
  • ios-dev:asc-subscription-localization — Bulk-localize subscription / IAP display names across all locales.
  • ios-dev:asc-whats-new-writer — Generate localized release notes from git log, bullets, or free text.
  • ios-dev:asc-aso-audit — Offline ASO audit on canonical metadata, surface keyword gaps via Astro MCP.
  • ios-dev:asc-screenshot-resize — Resize/validate screenshots for all device classes via macOS sips.
  • ios-dev:asc-shots-pipeline — Screenshot automation: xcodebuild + simctl + AXe + Koubou framing + upload.
  • ios-dev:asc-ppp-pricing — Territory-specific subscription/IAP pricing (PPP strategies).
  • ios-dev:asc-revenuecat-catalog-sync — Reconcile ASC subscriptions / IAP with RevenueCat products / entitlements / offerings.
  • ios-dev:asc-workflow — Define, validate, run repo-local multi-step automations with asc workflow and .asc/workflow.json.

Read the full file on GitHub · 148 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 · 148 lines · 29 tokens per session scan A 708dfd9b4e1d

Subscribe to this mod's changes

ios-dev is an agent published in the GitHub repository hanamizuki/solopreneur (147 stars, last pushed 19d ago), licensed MIT. It adds 29 tokens to every session and 1,629 once invoked, about $0.0001 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

modernization-helper

Use this agent when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, update @StateObject to @State, or adopt modern SwiftUI APIs. Scans for legacy patterns and provides migration paths with code examples. user: "How do I migrate from ObservableObject to…

CharlesWiltgen/Axiom · 228 tokens

swiftui-modernization

Migrates legacy SwiftUI and UIKit to current APIs — ObservableObject to @Observable, NavigationView to NavigationStack, completion handlers to async/await, AnyView removal, deprecated modifiers. Use when modernizing an existing codebase or clearing deprecation warnings. Behavior-preserving; requires a green test…

Nagarjuna2997/ios-agent-skill · 71 tokens

ios-engineer

实现和审查单平台 iOS Native Module、Bridge Adapter、Native UI、Xcode/SwiftPM 接线、平台测试与构建;不负责 Android、Dart Client 或跨端 Wire Contract。.

bladeofgod/flutter-ai-harness · 48 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

aider

Aider reads CONVENTIONS.md, .aider.conf.yml, and files you add to context.

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

codex

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

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