Administrateurs de réseaux et de systèmes informatiques Provisions a GCP Compute Engine dev VM tailored to the user's needs. Baseline install always includes Chrome Remote Desktop + XFCE, Firefox + Chrome, gcloud + AWS CLI, and BOTH code editors — VS Code (snap) and Cursor (AppImage extracted to /opt/cursor). The agent runs an interactive one-question-at-a-time intake (project, machine name, region/zone, machine type, disk, Spot vs on-demand, and per-tool toggles for Node / Python dev headers / jq / Flutter) and then invokes `../../../create-dev-machine.sh` with the collected values. If `gcloud` is unavailable or unauthenticated in the current shell, the agent renders the final startup script to the folder and hands the user a ready-to-run command instead. Triggers on phrases like "create a dev machine", "spin up a GCP dev VM", "provision a Compute instance for development", "new remote dev environment on GCP", or direct mentions of `create-dev-machine.sh` or `create_dev_machine.md`. Does NOT trigger for production infrastructure, Kubernetes clusters, or non-GCP c
2026-04-24