use-slicer-worktrees

Push and pull git worktrees into Slicer microVMs.

3|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/slicervm/agent-skills --skill use-slicer-worktrees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-slicer-worktrees
Source: https://github.com/slicervm/agent-skills/tree/main/skills/use-slicer-worktrees
Command: npx skills add https://github.com/slicervm/agent-skills --skill use-slicer-worktrees

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating git worktrees or repositories into Slicer microVMs, ensuring a clean, self-contained .git environment for seamless code management.

Core Features & Use Cases

  • Integrated Git Worktrees: Push and pull git worktrees within Slicer microVMs for seamless code management.
  • Sanitised .git: Ensures a clean, isolated environment for work within a VM without affecting the host repository.
  • Use Case: Ideal for development and testing, this Skill allows developers to work on features or branches in isolation, using a separate VM.

Quick Start

Push your current worktree into a Slicer microVM and start working: slicer wt push --launch .

Frequently Asked Questions about use-slicer-worktrees

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

FAQPage Schema
How do I use git worktrees in an isolated development environment?

You can use git worktrees in an isolated environment by pushing them into a Slicer microVM, which ensures a clean, self-contained .git directory for seamless code management without affecting the host repository.

Can I run a git worktree inside a microVM without affecting my host repository?

Yes, running a git worktree inside a microVM sanitizes the .git environment, keeping your host repository untouched while you work on features or branches in complete isolation.

What is the best way to set up isolated development environments for iterative testing?

The best way to set up isolated environments for iterative testing is integrating git worktrees into Slicer microVMs, automating repository setup and teardown for seamless code isolation.

Do I need the Slicer daemon to push git worktrees into a microVM?

Yes, you need the Slicer daemon running to establish the connection required to push and pull git worktrees into Slicer microVMs for isolated development and testing.

How do I push my current worktree into a Slicer microVM?

You can push your current worktree into a Slicer microVM and launch it immediately by running the command `slicer wt push --launch .` from your project directory.