openpress-init
Installation
SKILL.md
/create-press SOP
One skill, two branches. Run detect first. The branch decides whether the agent is bootstrapping a fresh workspace (Branch A) or adding another Press to one that already exists (Branch B).
Run as a low-freedom setup workflow. Do not write document content during this skill — that belongs to writing / design skills downstream.
0. Environment Preflight
node -v
npm -v
npx -v
- All commands work + Node ≥20 → continue.
- Missing
node/npm/npx→ stop, instruct user to install Node.js LTS, reopen terminal, rerun preflight. - Node <20 → stop, instruct user to upgrade Node.js LTS, rerun preflight.