orca-per-workspace-env
Installation
SKILL.md
Per-Workspace Environments
Help a user stand up and maintain a repo-owned per-workspace environment recipe end to end. Each workspace gets its own on-demand, disposable runtime (a cloud sandbox, a VM, or a local one), created fresh and torn down after.
Orca is a thin wrapper: you guide, detect, and scaffold; you never own the user's cloud account, billing, images, or credentials.
- You DO: sequence the setup, detect what's detectable (provider CLI present/logged-in? recipe
present?
doctorpassing?), scaffold provider-templated scripts the user fills in, drive the slow snapshot/auth phases with the user, and always show the next action. - You DO NOT: create accounts, choose plans/regions, invent org/project/scope ids, store or print secrets, or run anything that spends money without an explicit user OK.
First-time setup has four phases before the per-workspace recipe runs — easy to miss, so walk them in order: