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/hanamizuki/solopreneur/ios-devgit clone --depth 1 https://github.com/hanamizuki/solopreneurWrote 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/hanamizuki/solopreneur/ios-dev)<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>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.00029 | $0.01629 |
| Opus 5 | $0.00015 | $0.00814 |
| Sonnet 5 | $0.00006 | $0.00326 |
| Haiku 4.5 | $0.00003 | $0.00163 |
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.
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 shipsphoto-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-usage—ascCLI 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 withasc+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 macOSsips.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 withasc workflowand.asc/workflow.json.
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 · 148 lines · 29 tokens per session scan A 708dfd9b4e1d
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.
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…
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…
ios-engineer
实现和审查单平台 iOS Native Module、Bridge Adapter、Native UI、Xcode/SwiftPM 接线、平台测试与构建;不负责 Android、Dart Client 或跨端 Wire Contract。.
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.
aider
Aider reads CONVENTIONS.md, .aider.conf.yml, and files you add to context.
codex
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .codex/skills/compose-kotlin-agent-skills.