simulator

Build and run iOS and Android apps on simulators and emulators.

Updated May 16, 2026
One-click install
npx skills add https://github.com/aryaxt/aryaxt-skills --skill simulator-aryaxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulator
Source: https://github.com/aryaxt/aryaxt-skills/tree/main/skills/simulator
Command: npx skills add https://github.com/aryaxt/aryaxt-skills --skill simulator-aryaxt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building and running iOS or Android apps on simulators or emulators, streamlining the development and testing workflow.

Core Features & Use Cases

  • iOS App Simulation: Build and launch iOS apps on iPhone and iPad simulators.
  • Android App Emulation: Build and launch Android apps on emulators.
  • Session Mode: Run apps on a dedicated simulator for each Claude session.
  • Use Case: Quickly test app functionality and UI/UX without the need for physical devices.

Quick Start

Run the simulator skill with the target you wish to test, e.g., /simulator iphone.

Frequently Asked Questions about simulator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and run an iOS app on an iPhone simulator?

To build and run an iOS app on an iPhone simulator, you can use the simulator skill to automate the build process and launch it directly. It requires Xcode for building and an active simulator for running, streamlining the testing workflow.

Can I run Android apps on an emulator without a physical device?

Yes, you can run Android apps on an emulator without a physical device by using the simulator skill to build and launch them. This requires Android Studio for the build process and a configured Android emulator to execute the app.

What do I need to set up before testing apps on iOS or Android simulators?

Before testing apps on iOS or Android simulators, you need Xcode and Android Studio installed for building the applications. You also need the respective simulators or emulators configured on your machine to actually run the apps.

How does session mode work when running apps on a simulator?

Session mode works by allocating a dedicated simulator for each Claude session. This ensures your app testing environment remains isolated and consistent throughout the development workflow without interfering with other active sessions.

What is the best way to automate app testing on simulators for UI and functionality checks?

The best way to automate app testing on simulators is using the simulator skill to build and launch your iOS or Android applications directly. This streamlines your development workflow by eliminating manual build steps for UI and functionality checks.

Does the simulator skill support building iPad apps along with iPhone apps?

Yes, the simulator skill supports building and launching iPad apps along with iPhone apps. It automates the iOS app simulation process across different device targets, allowing comprehensive UI and functionality testing without physical devices.