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