device-simulator-lua
Installation
SKILL.md
Device Simulator Skill
When to Use
- User asks to test UI on a device, switch devices, change orientation, compare devices, or verify layout
- Keywords:
device simulator,emulate,iPhone,iPad,Xbox,Quest,mobile,portrait,landscape,StudioDeviceSimulatorService
Tips
- Start with
/device-teston iPhone to get a quick first look, then expand to/device-compareif you need multi-device coverage. - Portrait is where bugs hide — most UI is built landscape-first. Run
/device-orientationto catch portrait-specific issues. - Play mode shows the real UI — many places create UI dynamically at runtime. If
/device-testin Edit mode shows almost nothing, use/device-playtestto see the actual in-game layout.