build-swift-apps AGENTS.md

build-swift-apps AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from Xopoko/build-swift-apps. It costs 1,023 tokens per session, scanned A, original, MIT.

A set of instructions for AI coding agents working on Swift applications for Apple platforms such as iPhone, iPad, and Mac. It describes the repository layout, project scope, available skills, and editing rules.

In plain words
What is it for?
Use it to understand the project structure, follow its development rules, keep packaging files aligned, and run its setup and validation checks.
Why use it?
It gives agents consistent guidance for changing and maintaining the project across different coding tools.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

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 instructions/xopoko/build-swift-apps/agents-md
Clone the repo
git clone --depth 1 https://github.com/Xopoko/build-swift-apps

Made for: Claude Code, Codex, OpenCode.

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 build-swift-apps AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xopoko/build-swift-apps/agents-md.svg)](https://agentmods.dev/instructions/xopoko/build-swift-apps/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/xopoko/build-swift-apps/agents-md"><img src="https://agentmods.dev/badge/instructions/xopoko/build-swift-apps/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,023 This file is loaded in full into every session.
When invoked 1,023 The same file — it is already loaded in full.
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.1 $0.01023 $0.01023
Opus 5 $0.00511 $0.00511
Sonnet 5 $0.00205 $0.00205
Haiku 4.5 $0.00102 $0.00102

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

Security

Grade A, and why

build-swift-apps AGENTS.md 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.

AGENTS.md · 85 lines

How it starts

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

Agent Guidance

This repository is a multi-agent skill pack for Swift and Apple-platform development. It should stay generic, public-safe, and useful across Codex, Claude Code, Cursor, pi, and manual skill installs.

Project Shape

  • skills/ contains installable Agent Skills. Each directory must contain one SKILL.md entrypoint and any local scripts or references that skill needs.
  • shared/ contains canonical support files used by multiple skills. Link to shared files instead of duplicating long guidance.
  • references/ contains plugin-level audits, ledgers, and routing notes that should not live in hot skill files.
  • commands/ contains short command entrypoints that delegate to canonical skills.
  • .codex-plugin/, .claude-plugin/, .cursor-plugin/, agents/, and package.json are packaging surfaces for different agents. Keep them in sync when skills are added or removed.
  • docs/INSTALL.md is the user-facing installation and dependency guide.
  • scripts/doctor.sh, scripts/install-deps.sh, and scripts/validate-package.sh are the operational checks for new machines and release hygiene.

Scope

The plugin is for Swift application development across Apple platforms, with the deepest coverage for iOS and macOS. Do not add private/internal workflows, private service names, project names, or credentials. Keep examples generic and reusable.

Skill Catalog

Area Skills
Router build-swift-apps
Build, run, debug, test macos-runtime-debugger, macos-swiftpm-runner, macos-test-diagnoser, xcode-ui-test-stabilizer, macos-telemetry-probe
iOS simulator and runtime evidence ios-simulator-browser, ios-simulator-debugger, ios-rocketsim-operator, ios-ettrace-profiler, ios-memgraph-inspector, swiftui-performance-inspector
SwiftUI, AppKit, and product UI ios-swiftui-architect, macos-swiftui-architect, swiftui-view-architect, macos-view-architect, macos-appkit-bridge, macos-window-architect, ios-intents-architect, macos-liquid-glass-designer, ios-liquid-glass-designer
Xcode build performance xcode-build-strategist, xcode-build-baseline, xcode-compile-profiler, xcode-project-auditor, swiftpm-build-inspector, xcode-build-tuner
Release and distribution app-icon-studio, macos-signing-inspector, macos-notarization-packager, and the appstore-* App Store Connect skills
Tuist and generated projects tuist-migration-planner, tuist-workspace-navigator, tuist-generation-doctor, tuist-flaky-test-stabilizer
Research and low-level Apple work apple-dev-research, apple-firmware-inspector

Read the full file on GitHub · 85 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 · 85 lines · 1,023 tokens per session scan A 6d507d6319cc

Subscribe to this mod's changes

build-swift-apps AGENTS.md is an instructions file published in the GitHub repository Xopoko/build-swift-apps (45 stars, last pushed 8d ago), licensed MIT. It adds 1,023 tokens to every session, about $0.0051 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 instructions, from other repositories

ios-agent-skill CLAUDE.md

Instructions for Nagarjuna2997/ios-agent-skill, covering ios agent skill — claude ai expert ios/swift developer, when to load this skill, loading the right document, how these docs are structured and how you operate: delegation, loops, and verification.

Nagarjuna2997/ios-agent-skill · 15,145 tokens

ios-agent-skill GEMINI.md

Instructions for Nagarjuna2997/ios-agent-skill, covering ios agent skill — claude ai expert ios/swift developer, when to load this skill, loading the right document, how these docs are structured and how you operate: delegation, loops, and verification.

Nagarjuna2997/ios-agent-skill · 15,145 tokens

uikit-expert-skill CLAUDE.md

Claude Code instructions for zinxj/uikit-expert-skill, a project described as: Provide accurate, efficient, and modern UIKit Swift code using an AI agent skill focused on best practices and performance optimization.

zinxj/uikit-expert-skill · 3 tokens

MarkdownView AGENTS.md

Instructions for keitaoouchi/MarkdownView, covering agents, technical components, relationships (data/event flow overview), extension points (overview) and platform / distribution.

keitaoouchi/MarkdownView · 722 tokens

compose-android-template CLAUDE.md

Claude Code instructions for ashtanko/compose-android-template, a project described as: 📱 A simple GitHub template to quickly set up an Android project using Kotlin and Jetpack Compose, getting you up and running in just seconds. Perfect for starting new apps with modern Android UI.

ashtanko/compose-android-template · 50 tokens

intentflow-ios AGENTS.md

Instructions for emrecanozturk/intentflow-ios, covering agent instructions, read first, architecture rules, commands and token budget.

emrecanozturk/intentflow-ios · 431 tokens