Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Drive iOS and Android devices for the Expensify App - testing, debugging, performance profiling, bug reproduction, and feature verification. Use when the developer needs to interact with the mobile app on a device.
agent-device CLI version: !agent-device --version 2>&1 || echo "NOT_INSTALLED"
Canonical skill reference path (read these files directly for device automation guidance - bootstrap, exploration, verification, debugging): !echo "$(npm root -g)/agent-device/skills/agent-device"
If the version line above shows
NOT_INSTALLEDor a command-not-found error, STOP and instruct the developer to install it:npm install -g agent-device. All device interaction depends on it.
npx skills add Expensify/App --skill agent-deviceHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.