← ClaudeAtlas

rocketsimlisted

Use RocketSim to inspect visible UI and interact with iOS Simulator apps. Detects the installed RocketSim version, loads the matching bundled RocketSim CLI guidance, and helps agents read visible accessibility elements, navigate screens, tap, long-press, swipe, type text, press simulator hardware buttons, and automate simulator flows reliably. Use when: (1) the user mentions RocketSim, the rocketsim command, or RocketSim CLI, (2) interacting with an app in the iOS Simulator, (3) navigating or testing a simulator app with AI, (4) reading visible UI state or accessibility elements, (5) tapping, long-pressing, swiping, typing, or pressing simulator buttons, (6) using RocketSim instead of ad-hoc simulator automation.
patrickserrano/lacquer · ★ 1 · AI & Automation · score 67
Install: claude install-skill patrickserrano/lacquer
# RocketSim Agent Skill This skill lets agents use RocketSim as a reliable Simulator interaction layer. It finds a valid RocketSim app bundle, loads the matching bundled CLI reference, and hands off to the installed RocketSim version so simulator automation stays version-aware and in sync with the app on disk. **There is no vendored copy of RocketSim's own usage docs in this repo.** The RocketSim.app bundle ships its own Agent-Skill file (`Contents/Resources/Agent-Skill/SKILL.md`) and CLI binary (`Contents/Helpers/rocketsim`) — this skill's entire job is locating the installed app and handing off to whatever that bundled file says, so guidance always matches the exact RocketSim build on disk instead of drifting out of sync with a copy pinned in this repo. If you're replicating this fleet's setup elsewhere: this is why `rocketsim` is a thin discovery/delegation wrapper rather than a full reference skill like the others in this profile — the real content lives in the paid app itself (https://www.rocketsim.app), not here. ## Step 1: Locate and validate RocketSim.app Developer machines can have multiple RocketSim installs side-by-side, such as an App Store build plus a locally built or renamed copy. Do not assume `/Applications/RocketSim.app` is the right app, and do not continue unless you validate the bundled skill and CLI paths first. ### Prefer the running RocketSim app If RocketSim is already running, prefer that app bundle first: ```bash ROCKETSIM_PID="$(pgrep -x Roc