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.
argent-ios-simulator-setup handles the complete setup and boot sequence for iOS simulators, whether you're preparing a fresh environment or starting a new session. The skill streamlines the configuration process so you can begin testing immediately without manual initialization steps.
AI-generated summary based on this skill's SKILL.md
Install
software-mansion/argent/argent-ios-simulator-setup · repository language: TypeScript
git clone https://github.com/software-mansion/argent
cp -r argent/packages/skills/skills/argent-ios-simulator-setup ~/.claude/skills/argent-ios-simulator-setupFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I set up an iOS simulator with argent-ios-simulator-setup?
argent-ios-simulator-setup handles the complete setup and boot sequence for iOS simulators, whether you're preparing a fresh environment or starting a new session. The skill streamlines the configuration process so you can begin testing immediately without manual initialization steps.
How to boot an iPhone simulator and get its UDID?
argent-ios-simulator-setup can boot your iPhone simulator and retrieve its UDID in one workflow. The skill finds and retrieves the UDID of an available iOS simulator, making it easy to identify and reference your device for testing and delegation tasks.
What does argent-ios-simulator-setup do for device connection?
argent-ios-simulator-setup verifies connection and prepares your simulator for interaction tasks. It ensures your iOS simulator is ready to use before you begin testing, eliminating manual verification steps and reducing setup time.
Can argent-ios-simulator-setup list available iOS simulators?
Yes, argent-ios-simulator-setup lists booted iOS devices and helps you select one for delegation. This feature lets you quickly see which simulators are active and choose the right device for your testing workflow.
Does argent-ios-simulator-setup handle MCP permissions?
argent-ios-simulator-setup includes configuration support for MCP permissions, enabling sub-agent simulator access when needed. This allows you to delegate simulator tasks to other agents while maintaining proper access controls.
SKILL.md
rendered from the published skill — quoted content, verbatim
1. Setup Steps
If you delegate simulator tasks to sub-agents, make sure they have MCP permissions.
-
Find a booted simulator Use
list-devices. Filter for entries withplatform: "ios"— booted iPhones are listed first. If none are booted, callboot-devicewithudid: <chosen UDID>. -
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
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
packages/skills/skills/argent-ios-simulator-setup/SKILL.md