ios-app-builder

ios-app-builder is a skill for Claude Code, Codex from mouchegmouradian/claude-code-skills. It costs 80 tokens per session (2,092 once invoked), scanned A, original, MIT.

An iOS development guide for building apps with Swift, Apple's programming language, and SwiftUI, Apple's interface framework.

In plain words
What is it for?
It helps create new iOS projects and features, design SwiftUI screens, organize code into modules, handle asynchronous work, and set up data storage and tests.
Why use it?
It gives the agent established patterns for app structure, screens, data, background work, and testing instead of leaving those choices undefined.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It helps create new iOS projects and features, design SwiftUI screens, organize code into modules, handle asynchronous work, and set up data storage and tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mouchegmouradian/claude-code-skills/ios-app-builder
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.

Any agent
npx skills add mouchegmouradian/claude-code-skills --skill ios-app-builder
Clone the repo
git clone --depth 1 https://github.com/mouchegmouradian/claude-code-skills

Made for: Claude Code, Codex.

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-app-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/ios-app-builder/github.svg)](https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/ios-app-builder)
Your own site
<a href="https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/ios-app-builder"><img src="https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/ios-app-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ios-app-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/mouchegmouradian/claude-code-skills/ios-app-builder"><img src="https://agentmods.dev/badge/skills/mouchegmouradian/claude-code-skills/ios-app-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,092 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00080 $0.02092
Opus 5 $0.00040 $0.01046
Sonnet 5 $0.00016 $0.00418
Haiku 4.5 $0.00008 $0.00209

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

Security

Grade A, and why

ios-app-builder 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_feature.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/ios-app-builder/SKILL.md · 270 lines

How it starts

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

iOS Development

Build iOS applications following Apple's official architecture guidance, modern Swift concurrency patterns, and SwiftUI best practices.

Quick Reference

Task Reference File
Architecture layers (UI, Domain, Data) architecture.md
SwiftUI patterns & navigation swiftui-patterns.md
Swift Actors & concurrency actors.md
Project & build configuration project-setup.md
Project structure & modules modularization.md
Testing approach testing.md

Workflow Decision Tree

Creating a new project? → Read project-setup.md for SPM and Xcode setup → Read modularization.md for module structure → Use templates in assets/templates/

Adding a new feature? → Create feature module following modularization.md → Follow patterns in architecture.md

Building UI screens? → Read swiftui-patterns.md → Create Route + Screen + ViewModel

Setting up data layer? → Read data layer section in architecture.md → Create Repository protocol + actor implementation + @ModelActor

Working with concurrency? → Read actors.md for actors, Sendable, async/await → Follow the actor decision tree

Writing tests? → Read testing.md → Use Swift Testing framework with protocol-based test doubles

Core Principles

  1. Offline-first: Local persistence (SwiftData) is source of truth, sync with remote
  2. Unidirectional data flow: Events flow down, data flows up
  3. Reactive streams: Use AsyncSequence/AsyncStream for all data exposure
  4. Modular by feature: Each feature is self-contained via Swift Package modules
  5. Testable by design: Use protocols and test doubles, no mocking libraries
  6. Actor-isolated concurrency: Use actors for shared mutable state, @MainActor for UI

Read the full file on GitHub · 270 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 270 lines · 80 tokens per session scan A b11cb678aaac

Subscribe to this mod's changes

ios-app-builder is a skill published in the GitHub repository mouchegmouradian/claude-code-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 80 tokens to every session and 2,092 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-31.

Related

Other skills, from other repositories

kotlin-specialist

Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design. Use when building Kotlin applications requiring coroutines, multiplatform development, or Android with Compose.…

Jeffallan/claude-skills · 86 tokens

swift-macos

Build native macOS apps with Swift 6.3 (latest: 6.3.3, bundled in Xcode 26.6, Jun 2026), SwiftUI, SwiftData, and macOS 26 Tahoe (26.6.2 current). Target macOS 14+ for SwiftData/@Observable, macOS 15+ for latest SwiftUI, macOS 26 for Liquid Glass and Foundation Models. Note Xcode 26.6 still bundles the macOS 26.5 SDK…

tenequm/skills · 62 tokens

xcode-makefiles

Install strict Xcode Makefile tooling for iOS/macOS projects, including build/run/test scripts with AGENTNAME-based per-agent isolation under build/. Use when a project needs reproducible local CLI builds without full app scaffolding.

robertguss/claude-code-toolkit · 52 tokens

bootstrap-ios

Bootstrap agents for iOS, iPadOS, macOS, Swift, SwiftUI, SwiftData/Core Data, Swift Testing, Xcode build/test/debug, Simulator, App Intents, or XcodeBuildMCP work. Use before building, fixing, refactoring, QAing, or setting up Apple-platform repos, and when asked to load/install Ray's iOS skills or bootstrap iOS.

RayFernando1337/rayfernando-skills · 84 tokens

swift

Use when writing Swift for iOS, macOS, or server-side. Covers value semantics, optionals, protocol-oriented design, structured concurrency with async/await and actors, and SwiftUI state management.

nimadorostkar/Claude-Skills-collection · 43 tokens

swift-concurrency-6-2

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

georgekhananaev/claude-skills-vault · 41 tokens