--- id: software-mansion/argent/argent-ios-simulator-setup version: "f854f8aa" license: Apache-2.0 install: manual updated: 2026-07-27 --- # argent-ios-simulator-setup — This skill handles the complete setup and boot sequence for iOS simulators, whether you're preparing a fresh environment or starting a new session. It streamlines the configuration process so you can begin testing immediately without manual initialization steps. Publisher: software-mansion · Stars: 1824 · Updated: 2026-07-27 Install (manual): `git clone https://github.com/software-mansion/argent` ## SKILL.md ## 1. Setup Steps If you delegate simulator tasks to sub-agents, make sure they have MCP permissions. 1. **Find a booted simulator** Use `list-devices`. Filter for entries with `platform: "ios"` — booted iPhones are listed first. If none are booted, call `boot-device` with `udid: `. 2. **Verify connection** All interaction tools (`gesture-tap`, `gesture-swipe`, `gesture-custom`, etc.) auto-start the server if not already running. ## 2. Notes - UDIDs look like: `A1B2C3D4-E5F6-7890-ABCD-EF1234567890` [View on SkillFed](https://skillfed.io/software-mansion/argent/argent-ios-simulator-setup) · [View on GitHub](https://github.com/software-mansion/argent)