Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:1. Februar 2026 um 09:27
SKILL.md
Autonomous development orchestrator that plans, builds, and validates applications
Spawn a sandboxed LLM with multi-LLM coordination for automated code review
| 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