Flow Step 1 — Detect environment Silently identify the client from system context: | Signal | Client | | ------------------------------- | ------------- | | "Claude Code" | | | "Cursor" | | | "VSCode" / "Visual Studio Code" | | | "Gemini CLI" | | | Unrecognized | | If genuinely uncertain about client, ask. Never guess. Step 2 — Install prerequisites Check if Shopify CLI is installed by running . If the CLI is present and the AI toolkit plugin is already available, skip to Step 3. Shopify CLI — if not found, install using your package manager (npm, pnpm, yarn, and bun all work): If no Node pac…