What problem does it solve? Testing Omarchy source changes directly on your host machine risks breaking your daily-driver installation. This Skill provides a safe, isolated workflow for developing, testing, and debugging Omarchy code in disposable virtual machines while keeping the host system untouched. ## Core Features & Use Cases - Isolated VM Testing: Create disposable KVM/QEMU overlay VMs registered in Virtual Machine Manager via libvirt, built from a reusable base image. - Guest-Side Source Linking: Clone feature branches inside the guest and use omarchy dev link there, never on the host. - Safe Lifecycle Management: Define, start, shut down, undefine, and delete overlay VMs through libvirt with strict safety checks. - Use Case: You are fixing a bug in Omarchy's QML shell. Run qmllint and shell tests locally, then spin up an overlay VM, link your branch inside the guest, and visually verify the fix without touching your host installation. ## Quick Start Ask the agent to set up a disposable Omarchy test VM for your feature branch and verify your shell changes inside it.