ios-xcode

ios-xcode is a skill for Claude Code, Codex from pproenca/dot-skills. It costs 62 tokens per session (1,051 once invoked), scanned A, original, MIT.

A practical guide to setting up and maintaining Xcode projects for iOS apps built with Swift. It covers app configuration, SwiftData storage, tests, debugging, performance checks, and release workflows.

In plain words
What is it for?
Use it when configuring an iOS app target, connecting SwiftData, writing tests, investigating problems, checking performance, or preparing a release.
Why use it?
It gives developers consistent project and tooling decisions for a modular clinic app, reducing setup mistakes and confusion between app, data, and feature code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when configuring an iOS app target, connecting SwiftData, writing tests, investigating problems, checking performance, or preparing a release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pproenca/dot-skills/ios-xcode
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 pproenca/dot-skills --skill ios-xcode
Clone the repo
git clone --depth 1 https://github.com/pproenca/dot-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-xcode

README.md
[![agentmods](https://agentmods.dev/badge/skills/pproenca/dot-skills/ios-xcode/github.svg)](https://agentmods.dev/skills/pproenca/dot-skills/ios-xcode)
Your own site
<a href="https://agentmods.dev/skills/pproenca/dot-skills/ios-xcode"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/ios-xcode/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-xcode

Your own site · 80×15
<a href="https://agentmods.dev/skills/pproenca/dot-skills/ios-xcode"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/ios-xcode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,051 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00062 $0.01051
Opus 5 $0.00031 $0.00526
Sonnet 5 $0.00012 $0.00210
Haiku 4.5 $0.00006 $0.00105

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

Security

Grade A, and why

ios-xcode 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 6d 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.

skills/.experimental/ios-xcode/SKILL.md · 96 lines

How it starts

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

iOS Xcode & Tooling Best Practices

Comprehensive guide for Xcode project configuration, SwiftData persistence, testing, debugging, profiling, and app distribution. Contains 19 rules across 6 categories.

Clinic Architecture Contract (iOS 26 / Swift 6.2)

All guidance in this skill assumes the clinic modular MVVM-C architecture:

  • Feature modules import Domain + DesignSystem only (never Data, never sibling features)
  • App target is the convergence point and owns DependencyContainer, concrete coordinators, and Route Shell wiring
  • Domain stays pure Swift and defines models plus repository, *Coordinating, ErrorRouting, and AppError contracts
  • Data owns SwiftData/network/sync/retry/background I/O and implements Domain protocols
  • Read/write flow defaults to stale-while-revalidate reads and optimistic queued writes
  • ViewModels call repository protocols directly (no default use-case/interactor layer)

When to Apply

Reference these guidelines when:

  • Setting up Xcode projects with AppStorage, ScenePhase, or widgets
  • Implementing SwiftData models, queries, and CRUD operations
  • Writing tests with Swift Testing framework
  • Debugging with breakpoints and console output
  • Profiling performance with Instruments
  • Distributing apps via TestFlight
  • Building for visionOS or integrating ML features

Rule Categories by Priority

Priority Category Impact Prefix
1 SwiftData & Persistence CRITICAL data-
2 Project & Platform HIGH platform-
3 Testing HIGH test-
4 Debugging & Profiling MEDIUM-HIGH debug-, perf-
5 Distribution MEDIUM dist-
6 Specialty Platforms MEDIUM ml-, spatial-

Quick Reference

1. Project & Platform (HIGH)

Read the full file on GitHub · 96 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. 6d ago First seen · 96 lines · 62 tokens per session scan A 648c5be4b479

Subscribe to this mod's changes

ios-xcode is a skill published in the GitHub repository pproenca/dot-skills (206 stars, last pushed 25d ago), licensed MIT. It adds 62 tokens to every session and 1,051 once invoked, about $0.0003 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-09-03.