Thorium Golden VM Skill

Bootstrap a Vers VM into a reusable golden image with pre-installed toolchains.

2|4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/hdresearch/pi-vers --skill thorium-golden-vm-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Thorium Golden VM Skill
Source: https://github.com/hdresearch/pi-vers/tree/main/skills/thorium-golden-vm
Command: npx skills add https://github.com/hdresearch/pi-vers --skill thorium-golden-vm-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a pre-configured virtual machine environment, essential for Thorium agents to perform code generation and verification tasks efficiently.

Core Features & Use Cases

  • Pre-installed Toolchains: Installs a comprehensive suite of development tools for C/C++, C#, Java, Rust, Python, and JavaScript/TypeScript.
  • Verification Tools: Includes linters, formatters, test frameworks, and fuzzers for robust code quality.
  • Golden Image Creation: Commits the configured VM state into a reusable "golden image" for rapid deployment.
  • Use Case: Developers can quickly spin up new VMs based on this golden image, ensuring a consistent and fully equipped environment for Thorium's multi-agent development pipeline, thereby reducing setup time and configuration errors.

Quick Start

Execute the bash command to create a new Vers VM, run the bootstrap script, verify the installation, and commit the VM to a golden image.

Frequently Asked Questions about Thorium Golden VM Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a golden image for a development VM with pre-installed toolchains?▼

To create a golden image, this Skill bootstraps a Vers VM by installing comprehensive language toolchains, build tools, and verification utilities, then commits the configured VM state into a reusable image for rapid deployment.

What development tools and linters are included in a golden VM for code verification?▼

The golden VM includes language toolchains for C/C++, C#, Java, Rust, Python, and JavaScript/TypeScript, alongside formatters, linters, test frameworks, fuzzers, and security tools like gitleaks and trivy for robust code verification.

Can I use this bootstrap process to set up a consistent environment for multi-agent code generation?▼

Yes, you can use this process to establish a consistent and fully equipped environment for Thorium's multi-agent development pipeline, reducing setup time and configuration errors across newly spun up VMs.

How do I configure a new Vers VM for Thorium agents?▼

You configure a new Vers VM by executing a bash command to create the instance, running the bootstrap script to install toolchains and create a .thorium configuration directory, verifying the installation, and committing the VM state.

Does the golden image setup include security and policy scanning tools?▼

Yes, the golden image setup includes policy and security tools such as gitleaks for secret detection and trivy for vulnerability scanning, ensuring the pre-configured environment supports secure code generation and verification.

Why do I need a golden image instead of manually installing build tools on each VM?▼

You need a golden image to eliminate the manual installation of build tools and test frameworks on each VM, ensuring rapid deployment of a consistent, fully equipped environment for agents and reducing configuration errors.