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