spawn
스타0
포크0
업데이트2026년 2월 1일 09:27
Spawn a sandboxed LLM instance to work on a delegated task
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Spawn a sandboxed LLM instance to work on a delegated task
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | spawn |
| description | Spawn a sandboxed LLM instance to work on a delegated task |
Launches an isolated LLM instance in a git worktree sandbox to handle complex tasks without polluting the host LLM's context.
When you need to delegate a task to an isolated LLM:
/spawn "fix the authentication bug in src/auth.rs"
Or with mode override:
/spawn --passthrough "simple typo fix"
/spawn --aisp "complex refactoring task"
Settings in .infinite-probability/improbability-drive.toml:
[spawn]
mode = "aisp"
recovery_strategy = "moderate"
idle_timeout = 120
total_timeout = 1800
default_llm = "claude-code"
$HOME or config files--dangerously-skip-permissions is never allowed$PATH for commands