Macos development vm workflow
Skill gaelic-ghost/socket/skills/macos-development-vm-workflow
Prepare and reset clean macOS development guests on Apple silicon. Use for restore-image compatibility, VM identity, installation, resources, OS-version testing, signing, privacy, and disposable macOS research guests.From its SKILL.md
npx -y skills add gaelic-ghost/socket --skill macos-development-vm-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.8 KB, 914 tokens by cl100k_base, as published. Nobody here has run it
macOS Development VM Workflow
Purpose
Prepare a reproducible macOS guest while keeping restore images, identity, disks, saved state, clones, integrations, and exported evidence as separate lifecycle artifacts.
When To Use
- Use for clean macOS releases, installers, updates, signing, entitlements, quarantine, Gatekeeper, XProtect, TCC, SIP-enabled behavior, LaunchServices, and native persistence.
- Use after custom host implementation or with an existing documented VM manager.
- Use for development guests and benign security fixtures; security controls still require
prepare-isolated-analysis-labfor untrusted execution.
Single-Path Workflow
- Consume the virtualization shape record.
- Verify Apple silicon host, host build, current framework/tool docs, restore-image support, guest build, storage, memory, and installation time budget.
- Record each artifact using macOS VM artifact lifecycle: restore image, hardware model, machine identifier, auxiliary storage, disk, bundle metadata, saved state, clone, and evidence export.
- Build or verify a compatible Mac platform, boot loader, disk, CPU/memory, graphics/display, network, input, and entropy configuration; validate before installation or boot.
- Install with the documented restore-image flow and preserve exact progress/errors. Do not invent or duplicate Mac identity artifacts.
- Configure guest purpose and integrations. Directory sharing, clipboard, audio input, USB, Apple account, iCloud, developer account, signing identities, browser profiles, and network are opt-in.
- Establish a clean baseline, then choose named development/update checkpoints or disposable clones using only lifecycle operations the selected tool actually supports.
- Validate guest build/architecture, SIP and relevant controls, network/shares, reboot, toolchain, target behavior, evidence export, and reset.
- Record VM artifacts and physical-hardware gaps that may affect the conclusion.
Inputs
- Completed virtualization shape record.
- Host and target guest builds, restore-image source, resources, selected VM tool/framework, integrations, and validation purpose.
- Required toolchains, identities, accounts, security controls, reset strategy, and evidence path.
Outputs
- Compatible restore/image and VM identity record.
- Separate artifact lifecycle and integration decisions.
- Installation, baseline/checkpoint, validation, export, and reset evidence.
- Explicit physical-Mac or unsupported-capability gaps.
Guards and Stop Conditions
- Do not treat an arbitrary restore image as compatible with the host/platform configuration.
- Do not conflate saved machine state with disk state, a clone, or a portable snapshot.
- Do not copy identity artifacts between independent VMs without documented tool support and an explicit identity decision.
- Do not add personal Apple accounts, developer identities, credentials, shares, clipboard, devices, or microphone by default.
- Treat automated macOS guest provisioning as beta and availability-gated until current SDK/runtime evidence proves the selected path.
- Stop for unsupported restore compatibility, unresolved disk ownership, insufficient capacity, unclear identity, or a hardware/recoveryOS/Secure Enclave fidelity requirement.
- Announce before downloads, large disk creation, installation, or visible/resource-intensive launch.
Fallbacks and Handoffs
- Use
virtualization-framework-workflowfor custom host configuration or lifecycle defects. - Use
apple-developer-provisioning-workflowonly after the guest boundary is approved and ready. - Use
xcode-build-run-workflow,xcode-testing-workflow, ormacos-distribution-workflowfor work inside the prepared guest. - Use
prepare-isolated-analysis-labbefore executing untrusted content. - Use a spare physical Mac when hardware, recoveryOS, Secure Enclave, device, performance, or anti-VM fidelity is required.
Customization
Use customization-flow.md. The first release has no runtime-enforced knobs.
References
- macOS VM artifact lifecycle
- macOS and Linux guest matrix
- Apple Virtualization framework
- Recommend Apple Xcode project core for a custom Xcode VM host.
What ships with it: 6 files
35.0 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml250 B
references/
scripts/
- customization_config.pyruns6.2 KB