A Claude Code skill for building and managing iOS/macOS apps using native Xcode CLI tools (xcodebuild, xcrun simctl).
Teaches Claude to work with Xcode projects through direct command-line interfaces:
- Build apps for iOS simulators, devices, and macOS
- Manage simulators (boot, shutdown, create, erase)
- Install and launch apps in simulators
- Capture screenshots and record video
- Run tests (unit and UI tests)
- Stream logs from running apps
/plugin install --git https://github.com/bradwindy/using-xcode-cli-skillFirst add the marketplace:
/plugin marketplace add bradwindy/using-xcode-cli-skillThen install the plugin:
/plugin install using-xcode-cli@using-xcode-cli-marketplacegit clone https://github.com/bradwindy/using-xcode-cli-skill.git
/plugin marketplace add ./using-xcode-cli-skill
/plugin install using-xcode-cli@using-xcode-cli-marketplace- macOS with Xcode installed
- Claude Code CLI
jq(optional, for JSON parsing)
MIT
Based on xcode-build-skill by pzep1.