skills/smithery.ai/run-ios-simulator

run-ios-simulator

Installation
SKILL.md

Run iOS App in Simulator

Use this skill when the user wants to run an iPlug2 iOS project in the iOS Simulator.

Workflow

  1. Identify the project:

    • If not specified, look for .xcworkspace files in the repo root
    • Ask user to choose if multiple projects exist
  2. Check available simulators and get UDID:

    xcrun simctl list devices available | grep -E "iPhone|iPad"
    

    Extract the UDID from the output (the value in parentheses, e.g., 9E866BC3-9E64-4608-B4D0-D20F1DE3E980)

Installs
2
First Seen
Apr 10, 2026
run-ios-simulator from smithery.ai