software-mansion/argent — reverse-engineered prompt
Reverse engineered prompt
Build me an agent toolkit like Argent that lets my coding assistant control iOS Simulators and Android Emulators from the command line.
I want to run a simple setup command in an existing mobile project, then have my assistant build the app, launch it, tap around, type, swipe, press hardware buttons, reproduce bugs, collect logs, capture crashes, and run profiling sessions without me leaving the editor. It should work especially well with React Native apps, but also support normal iOS and Android simulator workflows.
Please include a CLI with commands to install, update, remove, and start the local MCP server. The setup should detect common editors like Cursor, Claude Code, VS Code, Windsurf, Zed, Gemini CLI, Codex CLI, and opencode, then write the right MCP config for the current project.
Keep it local and privacy friendly. No telemetry or user data collection. Use TypeScript, make it installable with npm, and look up current MCP and editor config docs online if needed.
Want more depth? Deep Reverse