What problem does it solve? Setting up a Make App development machine requires exact tool versions, a valid makecli login token, and an initialized project folder; doing this manually is error-prone and easy to get wrong. ## Core Features & Use Cases - Toolchain Installation: Installs and pins Node.js 22.20.0, Corepack 0.34.0, pnpm 10.20.0, git, and makecli across macOS, Linux, and Windows. - Guided Login Verification: Verifies the makecli token and walks through browser-based login or token fallback until authentication succeeds. - Project Initialization: Runs makecli app init with user-confirmed folder naming and retries on invalid app keys. - Use Case: On a new laptop, run this Skill to install the full toolchain, refresh Make platform skills, complete makecli login, and initialize a new Make App folder in one guided flow. ## Quick Start Use the make-env-setup skill to check and update my Node, pnpm, git, and makecli versions, verify my Make login, and initialize a new App project folder.