skills/ios-simulator/SKILL.md
--- Skill name: ios-simulator Skill description: Manage iOS simulators - use when user wants to start, stop, create, or manage iOS simulators for testing roles: [mobile, cash-ios] allowed-tools: - Bash(bash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh:*) - Bash(uname:*) --- # iOS Simulator Manager Manage iOS simulators for testing. Use this skill when the user wants to create, start, stop, or manage iOS simulators. ## Current State - Platform: !`uname -s` - Booted simulators:
npx skillsauth add abhiroopb/synthetic-mind skills/ios-simulatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage iOS simulators for testing. Use this skill when the user wants to create, start, stop, or manage iOS simulators.
uname -sxcrun simctl list devices 2>/dev/null | grep -c "(Booted)" || echo "0 (or not on macOS)"~/.agents/skills/ios-simulator/scripts/ios-simulator.shbash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh list
bash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh start <simulator-name>
# Stop specific or all
bash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh stop [udid]
bash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh create <name> <device-type> <ios-version>
bash ~/.agents/skills/ios-simulator/scripts/ios-simulator.sh delete <udid>
testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.