make-env-setup

Installation
SKILL.md

make-env-setup

Get this machine ready to build a Make App: install the toolchain, verify Make login, and initialize the project folder. Run it on a new machine, and again whenever the tools need updating.

Safety Rules

  • Do not print or store tokens, cookies, Authorization headers, passwords, or secrets.
  • Do not manually create PRD, DSL, Service, or UI files; only run makecli app init in the selected directory.
  • Interactive secret entry must be completed by the user. Do not ask the user to paste secrets into chat.

Install Or Update Toolchain

The only prerequisite is Node.js (LTS, 20 or newer); it ships npm, and everything else installs through npm. Never touch a tool that exists but is managed elsewhere (for example node via nvm, pnpm via corepack) — note it in the summary instead.

  1. Ensure node, git, and pnpm exist.

    node and git are system-level installs; if either is missing, install it with the platform's own method — but only after the user confirms:

Installs
72
First Seen
Jul 28, 2026
make-env-setup — qfeius/make-platform-skills