What problem does it solve?
Configuring disposable per-workspace runtimes (cloud sandboxes, VMs, or local environments) in Orca involves provider prerequisites, base and auth snapshots, credentials, and lifecycle scripts that are easy to misconfigure. This Skill guides setup, review, and debugging of environmentRecipes entries in orca.yaml so each workspace gets a fresh, working environment.
Core Features & Use Cases
- First-time environment setup: Walks through provider prerequisites, the reusable base snapshot, the coding-agent auth snapshot, credentials, and state.
- Recipe scaffolding and repair: Fixes an
environmentRecipes entry in orca.yaml and scaffolds provider lifecycle scripts.
- Diagnostics: Resolves
orca vm recipe doctor failures using the version-matched guide served by the Orca binary via orca skills get orca-per-workspace-env.
- Use Case: A developer adds a new cloud sandbox provider to their repo, runs the recipe doctor, hits a validation failure, and uses this Skill to identify the misconfigured snapshot and correct the lifecycle scripts.
Quick Start
Ask the assistant to set up or debug an Orca per-workspace environment recipe for your repository and validate it with the recipe doctor.