android-build
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Capture and analyze performance diagnostics from the running Android app.
$ npx -y skills add tanlethanh/zedra --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/perf-debugContext preview
What this command does when you run it.
Capture and analyze performance diagnostics from the running Android app.
Capture and analyze performance diagnostics from the running Android app.
Steps: 1. Clear logcat and start background capture with `adb logcat -c && adb logcat > /tmp/zedra-perf-capture.log &` 2. Tell the user: "Logcat capture started. Interact with the app on your device — navigate screens, open files, scroll, use the terminal, open/close the drawer. Say **done** when finished." 3. Wait for the user to say "done" 4. Stop the background logcat capture 5. Run `./scripts/perf-debug.sh` with the captured log, or run it directly (it handles its own capture) 6. Read the output and present a categorized summary:
7. Highlight any anomalies (frame times >16ms, excessive cache rebuilds, errors)
An experimental remote code editor on mobile with GPU-accelerated rendering powered by Zed's GPUI, P2P tunnel over QUIC/UDP by Iroh.
Repo: tanlethanh/zedra
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Clear logcat and stream filtered logs from the running Android app.
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
Build, install, launch, and monitor the iOS app on a connected device.
Stream and analyze logs from a USB-connected iOS device running Zedra.