spawn

Spawn isolated Docker containers with GPU passthrough and state synchronization.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ollieb89/openrepo --skill spawn-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn
Source: https://github.com/ollieb89/openrepo/tree/main/skills/spawn
Command: npx skills add https://github.com/ollieb89/openrepo --skill spawn-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of isolated Docker containers (L3 Specialists) that execute specific tasks, ensuring security and efficient resource utilization.

Core Features & Use Cases

  • Isolated Task Execution: Runs tasks within secure, ephemeral Docker containers.
  • Resource Management: Manages container lifecycles, including GPU passthrough and state synchronization.
  • Use Case: An L2 Project Manager can use this skill to spawn a Python development environment container for a specific task, ensuring it has the necessary tools and isolated workspace without impacting other processes.

Quick Start

Use the spawn skill to create a new L3 specialist container for task ID task-001, using the python-dev specialist.

Frequently Asked Questions about spawn

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

FAQPage Schema
How do I run isolated tasks in Docker containers with GPU passthrough?

Isolated task execution in Docker containers with GPU passthrough is managed by spawning L3 specialist containers. This handles container lifecycle, resource allocation, and security isolation for ephemeral task processing.

What is an L3 specialist container and when do I need it for task execution?

An L3 specialist container is an isolated Docker environment configured for executing specific tasks securely. You need it when running ephemeral processes that require dedicated resources, state synchronization, or memory context injection without impacting other processes.

Does Docker support state synchronization and memory context injection for ephemeral containers?

Docker supports state synchronization and memory context injection when managed through specialized container orchestration. This skill automates those capabilities, ensuring isolated L3 specialists maintain project-specific configurations during task execution.

How do I spawn a Python development environment in an isolated Docker container?

To spawn a Python development environment in an isolated Docker container, use the spawn skill to create an L3 specialist container for a specific task ID. This ensures the workspace has necessary tools without impacting other processes.

Can I use Docker for secure isolated task execution without impacting other processes?

Docker can be used for secure isolated task execution without impacting other processes by spawning ephemeral L3 specialist containers. This approach manages resource allocation and security isolation for specific task workloads.