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-expertGuides iOS development with Swift best practices, SwiftUI patterns, UI/UX review against HIG, accessibility audits, and app planning. Also builds/launches and screenshots apps in Simulator or on device.
Builds and runs iOS/macOS apps with xcodebuild and xcrun simctl. Manages simulators, compiles Swift, runs UI/unit tests, captures logs/screenshots, automates interactions.
Builds, launches, and debugs iOS apps on a booted simulator via XcodeBuildMCP. Automates UI interaction, screenshot capture, and log collection for runtime inspection.