@vm0-ai/vm0
Claude Code runs in an isolated Docker container with its own PostgreSQL server. This environment is completely separate from production.
Install
Add @vm0-ai/vm0 to Claude Code with the PolySkill CLI: polyskill add @vm0-ai/vm0
Instructions
# Claude Code Project Guidelines ## Development Environment **Claude Code runs in an isolated Docker container** with its own PostgreSQL server. This environment is completely separate from production. ### Key Assumptions - **main branch is always stable** - All code merged to main has passed CI (build + tests). If your branch fails to build or pass tests, the issue is in your branch code, not main. - **Use dev-tunnel for local development** - Run `/dev-tunnel` to start a local server accessible by sandbox webhooks. Without this, webhooks cannot reach your local server. - **Run `pnpm db:migra…
Keywords: github, docker-container, postgresql, isolated-environment, development-sandbox, code-execution, software-testing, devops, cloud-integration