What problem does it solve?
Installing an app can be slow and error-prone because you must pick the right platform, select the correct device or simulator, and run the right build/install commands for that environment.
Core Features & Use Cases
- Platform auto-detection: Detects Android, iOS, Flutter, and other cross-platform project setups by inspecting common build files and manifests.
- Device targeting & validation: Selects the appropriate emulator, simulator, physical device, or specific serial/UDID based on user flags and available connected targets.
- Build + install workflow with fallbacks: Builds the correct variant when needed and installs via the platform-native tooling, with error handling that can fall back to building via
/skills:build.
Quick Start
Ask: Install the app on my available device using the debug variant.