iOS platform-specific development with XcodeBuildMCP tools for simulator, device, UI automation, and debugging. Use when building iPhone apps, testing on simulator/device, or automating UI interactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-swift-apple-expert:iosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
iOS-specific development with XcodeBuildMCP automation tools.
iOS-specific development with XcodeBuildMCP automation tools.
Before ANY implementation, use TeamCreate to spawn 3 agents:
After implementation, run fuse-ai-pilot:sniper for validation.
| Feature | Benefit |
|---|---|
| XcodeBuildMCP | Automated build and test |
| UI Automation | Scripted user interactions |
| Simulator tools | Fast iteration cycle |
| Device tools | Real hardware testing |
build_sim - Build for simulatorboot_sim - Start simulatorlaunch_app_sim - Run apptest_sim - Execute testsbuild_device - Build for deviceinstall_app_device - Deploy to devicelist_devices - Show connected devicestap, swipe - Touch interactionsscreenshot - Capture screensnapshot_ui - Get view hierarchy| Need | Reference |
|---|---|
| Simulator build/test | simulator-tools.md |
| Device deployment | device-tools.md |
| Touch automation | ui-automation.md |
| LLDB debugging | debugging.md |
| UIKit in SwiftUI | uikit-integration.md |
npx claudepluginhub fusengine/agents --plugin fuse-swift-apple-expertBuilds and runs iOS/macOS apps with xcodebuild and xcrun simctl. Manages simulators, compiles Swift, runs UI/unit tests, captures logs/screenshots, automates interactions.
Debugs iOS apps on booted simulators using XcodeBuildMCP: builds and runs projects, inspects and interacts with UI via taps/types/gestures, captures screenshots and logs.
Builds, installs, launches iOS apps on simulator using XcodeBuildMCP. Captures screenshots and logs to verify UI, check for crashes, and test key screens.