iOS Simulator Skill for Claude Code is a collection of scripts that helps coding agents build, test, and interact with iOS apps through Xcode and simulator tools. It is intended for developers and agents working on iOS projects, and the catalogue entries provide its plugin, instruction, and skill workflows.
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 instructions/conorluddy/ios-simulator-skill/claude-mdgit clone --depth 1 https://github.com/conorluddy/ios-simulator-skillWrote 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/instructions/conorluddy/ios-simulator-skill/claude-md)<a href="https://agentmods.dev/instructions/conorluddy/ios-simulator-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/conorluddy/ios-simulator-skill/claude-md.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.1 | $0.02315 | $0.02315 |
| Opus 5 | $0.01157 | $0.01157 |
| Sonnet 5 | $0.00463 | $0.00463 |
| Haiku 4.5 | $0.00231 | $0.00231 |
Grade A, and why
ios-simulator-skill CLAUDE.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.
How it starts
The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - Developer Guide
This file provides guidance to Claude Code and developers working with this repository.
Project Overview
iOS Simulator Skill is a production-ready Agent Skill providing 29 scripts for iOS app building, testing, and automation. It wraps Apple's xcrun simctl and Facebook's idb tools with semantic interfaces designed for AI agents and developers.
Key Statistics:
- 29 production scripts
- 7 script categories (Build, Device State, Navigation, Testing, Permissions, Simulator Discovery, Lifecycle)
- 7 shared utility modules (~2,400 lines)
- 100% token-optimized default output
- 88 unit tests across pipeline / sessions / token-budget / diff (run
pytest tests/)
Project Structure
ios-simulator-skill/ # Repository root
├── ios-simulator-skill/ # Distributable package
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── ios-simulator-skill/
│ ├── SKILL.md # Entry point (table of contents)
│ └── scripts/ # 29 production scripts
│ ├── build_and_test.py
│ ├── xcode/ # Xcode integration module
│ ├── log_monitor.py
│ ├── hang_watcher.py # HangBuster session recorder + legacy stream
│ ├── screen_mapper.py
│ ├── navigator.py
│ ├── gesture.py
│ ├── keyboard.py
│ ├── app_launcher.py
│ ├── accessibility_audit.py
│ ├── visual_diff.py
│ ├── test_recorder.py
│ ├── app_state_capture.py
│ ├── clipboard.py
│ ├── status_bar.py
│ ├── push_notification.py
│ ├── privacy_manager.py
│ ├── simctl_boot.py
│ ├── simctl_shutdown.py
│ ├── simctl_create.py
│ ├── simctl_delete.py
│ ├── simctl_erase.py
│ ├── sim_health_check.sh
│ └── common/ # Shared utilities
│ ├── hang_pipeline.py # HangBuster filter pipeline (pure fns)
│ └── hang_sessions.py # HangBuster session storage
├── .github/workflows/
├── pyproject.toml
└── README.md
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.
- 6d ago First seen · 251 lines · 2,315 tokens per session scan A 0a4c3daf09da
ios-simulator-skill CLAUDE.md is an instructions file published in the GitHub repository conorluddy/ios-simulator-skill (1,242 stars, last pushed 2mo ago), licensed MIT. It adds 2,315 tokens to every session, about $0.0116 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 instructions, from other repositories
Maestro AGENTS.md
AGENTS.md instructions for mobile-dev-inc/Maestro, covering agents.md — maestro, module map, e2e test fixtures (e2e/), passing/ vs failing/ suites and test-e2e.yaml workflow contract.
mobile-e2e-mcp AGENTS.md
AGENTS.md instructions for shenyuexin/mobile-e2e-mcp, covering agents guide for mobile-e2e-mcp, 1) project identity, 2) start here (required reading order), internal planning workspace rule and mandatory activation rule for ai coding agents.
mobile-e2e-mcp CLAUDE.md
Claude Code instructions for shenyuexin/mobile-e2e-mcp, a project described as: AI-first mobile E2E MCP orchestration.
maui uitests.instructions.md
Instructions for dotnet/maui, covering ui testing guidelines for .net maui, ui test structure, two-project requirement, base class and infrastructure and naming conventions.
iOS-vibebuddy AGENTS.md
AGENTS.md instructions for semantic-craft/iOS-vibebuddy, covering agents.md, verification strategy, agent skills, issue tracker and triage labels.
iosef CLAUDE.md
Instructions for riwsky/iosef, covering iosef and work guidelines.