ios-simulator-skill CLAUDE.md

ios-simulator-skill CLAUDE.md is an instructions file for Claude Code from conorluddy/ios-simulator-skill. It costs 2,315 tokens per session, scanned A, original, MIT.

Developer instructions for an iOS Simulator toolkit with scripts for building, testing, navigating, and controlling simulated iOS devices. The toolkit wraps Apple's simulator command-line tools and Facebook's device-control tool.

In plain words
What is it for?
Use them when building or testing an iOS app, changing simulator automation, handling permissions or device state, or running the toolkit's Python tests.
Why use it?
They explain the toolkit's structure and conventions so an agent can choose the appropriate script and follow the expected testing approach. They also describe how the scripts are organized and verified.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md; mentions Claude Code.

About the project

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.

conorluddy/ios-simulator-skill · 1,242 stars · on GitHub · conor.fyi

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/conorluddy/ios-simulator-skill/claude-md
Clone the repo
git clone --depth 1 https://github.com/conorluddy/ios-simulator-skill

Made for: Claude Code.

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-simulator-skill CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/conorluddy/ios-simulator-skill/claude-md.svg)](https://agentmods.dev/instructions/conorluddy/ios-simulator-skill/claude-md)
Your own site
<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>
Per session 2,315 This file is loaded in full into every session.
When invoked 2,315 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.02315 $0.02315
Opus 5 $0.01157 $0.01157
Sonnet 5 $0.00463 $0.00463
Haiku 4.5 $0.00231 $0.00231

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

Security

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.

CLAUDE.md · 251 lines

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

Read the full file on GitHub · 251 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 · 251 lines · 2,315 tokens per session scan A 0a4c3daf09da

Subscribe to this mod's changes

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.