Skill
iOS Simulator Skill
A skill that lets AI agents boot iOS simulators, navigate UIs, run visual diffs, and trigger builds.
When to Use
The agent can boot simulators, navigate your app by accessibility labels, and run visual diffs against baselines.
Use Cases
- Using the iOS Simulator skill, boot an iPhone 16 Pro, build the app, and screenshot the home screen
- Run a visual diff of the profile page against the baseline and flag any regressions
- Navigate to the settings tab using accessibility labels and verify the toggle works
Installation
Personal
git clone https://github.com/conorluddy/ios-simulator-skill.git ~/.claude/skills/ios-simulator-skill
Project
git clone https://github.com/conorluddy/ios-simulator-skill.git .claude/skills/ios-simulator-skill
Health check
bash ~/.claude/skills/ios-simulator-skill/scripts/sim_health_check.sh
Prerequisites
- macOS 12+
- Xcode CLI tools
- Python 3