iOS Simulator Skill
I add iOS Simulator Skill so Claude Code can build, run and exercise my iOS app via accessibility-driven nav, no pixel coords, minimal token output, full xcodebuild wrap. Same as Agent Browser, but on iOS: automate your tests including API calls.
Strengths
- Accessibility-driven, uses a11y roles instead of fragile pixel coordinates
- 22 agent-friendly scripts covering build, install, navigation, captures
- Full xcodebuild wrap, native iOS chain without manual configuration
- Minimal token output, designed to avoid context saturation
Limitations
- macOS only, Xcode + iOS simulator required on the machine
- Prior iOS/Xcode knowledge helpful to interpret xcodebuild errors
Best for
- iOS developers who want an agent that can build and loop-test
- Vibecoding on iOS apps, the agent closes the code → simulator → screenshot loop
- Automating integration tests and API calls from the iOS simulator