Domains
Forms
- SKILL.md20.0%
- references60.0%
- other20.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user (or agent) needs to run/control an Expo app on a remote iOS/Android simulator hosted on EAS cloud — especially on Linux/CI/cloud sandbox with no local sim, or for agent-driven screenshot/click sessions, live dev-build reload, or shareable browser preview.
npx --yes eas-cli@latest simulator:* (experimental hidden API).simulator:start (writes .env.eas-simulator) → install app → simulator:exec npx agent-device@latest ... to drive (open/tap/screenshot) → simulator:stop.A cloud simulator session with the user's app installed and driven remotely; produces screenshots, live browser preview URL, and verification of app behavior without local sim infrastructure.
Use Cases
A developer on a Linux machine or a headless CI agent cannot run Xcode or Android Studio simulators locally. They use this skill to start an EAS cloud iOS simulator, install a dev build via agent-device, and let the agent tap through flows and capture screenshots. Value: verifies app behavior on real iOS without a Mac, and catches UI bugs before release.
A macOS user lacks a specific iOS version and wants an agent to test a feature remotely. The skill starts a cloud simulator of that iOS version, streams a browser preview URL for the user to watch, and drives the app to screenshot key screens. Value: tests against an iOS version the local machine can't provide, with a shareable live preview for stakeholders.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File