iOS Simulator Skill
Drives xcodebuild and the iOS simulator without flooding the context window.
Install
Ships scripts/plugin marketplace add conorluddy/ios-simulator-skill; /plugin install ios-simulator-skill@conorluddy
When an iOS app needs to be built, tested, or exercised in the simulator from an agent session.
- Author
- conorluddy
- License
- MIT
Twenty-seven scripts wrap xcodebuild, xcrun simctl and idb so an agent can compile, run tests and interact with a running app. The design choice that matters is progressive disclosure: a build returns one summary line plus an xcresult identifier, and the agent asks for detail only where something failed, instead of pasting a megabyte of compiler output into the conversation. UI interaction goes through the accessibility tree rather than screen coordinates, which also makes it usable as an accessibility check. Requires macOS with Xcode command line tools and Python 3; idb and Pillow unlock the interactive and visual-diff parts.
Similar skills
Azure Skills
SkillMicrosoft's Azure plugin, with 28 skills split across prepare, validate and deploy stages.
context-guard
SkillWarns before the context window fills, while there is still room.
AWS Core Skills
SkillTwenty AWS-published skills covering CDK, IAM, containers, observability and cost.
Comments(0)
Sign in to comment