apple-agent-toolchain

apple-agent-toolchain is a skill for Codex from MartinPuli/createAnApp. It costs 76 tokens per session (651 once invoked), scanned A, original, MIT.

A setup guide for giving an AI coding agent safe, verified tools for Apple development and release work, including Xcode, simulators, tests, signing, and App Store Connect.

In plain words
What is it for?
Use it to inspect an Apple project, configure XcodeBuildMCP, build and test apps in simulators, investigate signing problems, and prepare supported release tasks.
Why use it?
It helps prevent unsafe or incorrect tool setup and avoids exposing secrets while working on Apple projects.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect an Apple project, configure XcodeBuildMCP, build and test apps in simulators, investigate signing problems, and prepare supported release tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinpuli/createanapp/apple-agent-toolchain
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 MartinPuli/createAnApp --skill apple-agent-toolchain
Clone the repo
git clone --depth 1 https://github.com/MartinPuli/createAnApp

Made for: 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 apple-agent-toolchain

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinpuli/createanapp/apple-agent-toolchain.svg)](https://agentmods.dev/skills/martinpuli/createanapp/apple-agent-toolchain)
Your own site
<a href="https://agentmods.dev/skills/martinpuli/createanapp/apple-agent-toolchain"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/apple-agent-toolchain.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 651 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.00076 $0.00651
Opus 5 $0.00038 $0.00326
Sonnet 5 $0.00015 $0.00130
Haiku 4.5 $0.00008 $0.00065

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

Security

Grade A, and why

apple-agent-toolchain 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 7d 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/apple-agent-toolchain/SKILL.md · 59 lines

How it starts

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

Apple Agent Toolchain

Choose the least-privilege purpose-built tool, verify it, and preserve an independent fallback. Read ../../docs/toolchain.md and ../../docs/security-and-secrets.md when available.

Discover before installing

  1. Inventory macOS, Xcode/SDK, command-line tools, runtimes, simulators, package managers, existing MCP servers, App Store tooling, and authentication state without printing secrets.
  2. Inspect the project type, workspace/project, schemes, packages, deployment targets, and device families.
  3. Prefer an existing verified tool over cloning or installing another copy.
  4. Check upstream requirements and release notes before installation.

Configure XcodeBuildMCP

Use the upstream package from getsentry/XcodeBuildMCP. Prefer Homebrew or ephemeral npx according to environment policy. Verify xcodebuildmcp --help and xcodebuildmcp tools. Configure the MCP client using current upstream instructions; do not invent server arguments.

Use it for discovery, simulator build/test/run, UI interaction, logs, screenshots, debugging, and supported device actions. Device tools still require legitimate code signing.

Review upstream telemetry documentation and apply the project's privacy policy. Do not confuse development-tool telemetry with app telemetry, but document both.

Maintain native fallbacks

Keep working knowledge of:

  • xcodebuild -list, -showBuildSettings, build, test, archive, -exportArchive;
  • xcrun simctl runtime/device/app/container/log/screenshot operations;
  • xcresulttool for durable test evidence;
  • plutil, codesign, and archive inspection;
  • App Store Connect API/Transporter for authorized metadata and build delivery.

Never erase simulator/device/project data as a first diagnostic step. Resolve exact targets and preserve user state.

Isolate concurrent work

Use unique DerivedData, result-bundle, archive, test-products, log, and simulator resources per active build agent. Serialize operations that share signing, the same simulator, or the same app container.

Read the full file on GitHub · 59 lines

Files

What ships with it

1 file 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. 7d ago First seen · 59 lines · 76 tokens per session scan A bfec36367fa6

Subscribe to this mod's changes

apple-agent-toolchain is a skill published in the GitHub repository MartinPuli/createAnApp (14 stars, last pushed 17d ago), licensed MIT. It adds 76 tokens to every session and 651 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 skills, from other repositories

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

ios-expert

Expert in iOS development with SwiftUI, UIKit, Combine, and Apple ecosystem integration. Use when the user mentions mobile, Swift, SwiftUI, UIKit, Apple platforms, or Xcode, or when the task involves iOS App Architecture, SwiftUI Fundamentals, UIKit Essentials, or Combine Framework.

personamanagmentlayer/pcl · 64 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens