spawn

Create isolated Git branch workspaces and assign Codex or Claude agents.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/g-bastianelli/nuthouse --skill spawn-g-bastianelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn
Source: https://github.com/g-bastianelli/nuthouse/tree/main/git-gremlin/skills/spawn
Command: npx skills add https://github.com/g-bastianelli/nuthouse --skill spawn-g-bastianelli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, superset, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill creates dedicated Git workspaces for each branch, allowing you to work on tasks in isolation without affecting the main branch.

Core Features & Use Cases

  • Isolated Workspaces: Spawn a new workspace for each branch, ensuring that your work is contained and does not interfere with the main branch.
  • Agent Selection: Choose between Codex and Claude agents to perform tasks within the isolated workspace.
  • Use Case: When you need to start a new task on a branch, this Skill automatically creates a workspace and assigns an agent to handle the task, ensuring a clean and organized workflow.

Quick Start

Use the spawn skill to create a new workspace for a branch named 'new-feature'.

Frequently Asked Questions about spawn

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

FAQPage Schema
How do I create isolated Git workspaces for separate branch tasks?

To create isolated Git workspaces, use the spawn Skill to generate a dedicated workspace for each branch. This ensures your task execution remains contained and does not interfere with the main branch.

Can I use Claude or Codex agents to execute tasks in a Git branch workspace?

Yes, you can use Claude or Codex agents to execute tasks in a Git branch workspace. The spawn Skill allows you to choose between these agents to handle task execution within the isolated environment.

What tools do I need to manage Git branch workspaces with isolated agents?

You need Git and the Superset CLI installed to manage isolated branch workspaces. These dependencies are required to spawn workspaces and handle task execution with Claude or Codex agents.

What is the best way to isolate feature development from my main Git branch?

The best way to isolate feature development is to spawn a dedicated workspace for your Git branch. This approach keeps new task handling organized and ensures your work is completely separated from the main branch.

How does branch management with isolated workspaces work?

Branch management with isolated workspaces works by creating a separate workspace for each Git branch. This mechanism allows you to assign an agent to handle tasks in a clean environment without affecting the main branch.