glslang

Agent Sandbox Vm — Development skill for Claude Code

Development community

Scripts to configure a development Windows Hyper-V Gen2 VM, IPSW-based MacOS VM or Parallels MacOS Windows VM.

How to install Agent Sandbox Vm

This entry records only its repository, not the path inside it, so there is no exact command to give. Open glslang/agent-sandbox-vm and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Sandbox Vm does

Scripts to configure a development Windows Hyper-V Gen2 VM, IPSW-based MacOS VM or Parallels MacOS Windows VM.

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Interview Script — Create structured customer interview scripts with JTBD probing 7.8k ★
  • Claude Hooks Mastery — 3,300+ Complete mastery guide for Claude Code hooks with production-ready scripts 3.4k ★

README

Agent Sandbox VM

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS-lightgrey.svg)](#requirements) [![PowerShell](https://img.shields.io/badge/PowerShell-5.1%2B-5391FE.svg?logo=powershell&logoColor=white)](https://learn.microsoft.com/powershell/) [![Hyper-V](https://img.shields.io/badge/Hyper--V-Gen%202%20VM-0078D6.svg?logo=windows&logoColor=white)](https://learn.microsoft.com/virtualization/hyper-v-on-windows/) [![Swift](https://img.shields.io/badge/Swift-Virtualization.framework-F05138.svg?logo=swift&logoColor=white)](macos/README.md) [![Claude Code](https://img.shields.io/badge/Claude%20Code-ready-D97757.svg?logo=anthropic&logoColor=white)](https://claude.ai/code)

A fully scripted Hyper-V sandbox for running agent tools on Windows with native MSVC toolchain support. The agent runs inside an isolated VM, builds real Windows binaries, and artifacts are automatically extracted back to your host.

macOS host note: this repository also includes an experimental Apple Silicon `Virtualization.framework` implementation under [`macos/`](macos/README.md). It supports macOS guests from Apple IPSW restore images and has an experimental generic EFI path for Windows ARM64 media. It is not feature-equivalent to the Hyper-V workflow because Apple does not expose Windows IPSW install, PowerShell Direct, Hyper-V checkpoints, or Windows vTPM parity through `Virtualization.framework`.

For a full **Windows 11 ARM64** sandbox on Apple Silicon (unattended install, toolchain provisioning, clean-base snapshots, and agentless `prlctl exec` control — near parity with the Hyper-V path), see the **Parallels Desktop** workflow under [`macos/parallels/`](macos/parallels/README.md).

Requirements

  • Windows 10/11 Pro or Enterprise (Hyper-V required)
  • A Windows ISO -- supply your own (e.g. Media Creation Tool) or let Bo