Device Driver banner
JVasconsueloM JVasconsueloM

Device Driver

Design community

Description

--- name: device-driver description: Executes interactions on a physical Android device via ui.sh over ADB. Always invoked via the device-driver skill — never spawned directly for general tasks. Use when the skill needs to interact with the app (tap, type, navigate, read screen). model: haiku tools: Bash, Read skills: - device-driver --- ## Write operations protocol Any task that modifies data (edit, create, delete) follows a strict two-phase flow: ### Phase 1 — Explore and report (always f

Installation

Installs to ~/.claude/agents/jvasconsuelom-mobile-ui-driver-device-driver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JVasconsueloM/mobile-ui-driver/HEAD/agents/device-driver.md -o ~/.claude/agents/jvasconsuelom-mobile-ui-driver-device-driver.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository