Delegates bounded work to other AI agents (Codex CLI, Pi) while preserving context and enabling progress polling. Useful for orchestrating multi-agent workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-awesome-skills:delegating-to-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use when work should be handed to another AI agent with a complete prompt and progress checks.
pi in a cmux terminal). All Pi agents run opus-4.8-fast via OpenRouter at xhigh reasoning effort.read /tmp/task.md and follow it.cmux send --surface surface:N "your prompt". The recurring bug is emitting \" — in bash that's literal-broken and dies with unexpected EOF. Inside the prompt, avoid apostrophes and literal double quotes (write "dont", "wont", "lets"); rephrase instead of escaping. If a send failed, the cause was the escaped \", not the quote type.cmux send --surface surface:N then cmux send-key --surface surface:N enter. There is NO send-surface or send-key-surface.Keep sleeps SHORT: start at 3-5s, re-check, repeat. Don't sleep 30. Pi and Hermes (opus-4.8-fast) launch and respond within seconds; scale up only for genuinely heavy tasks. After every check, send the user a one-line status: what the agent is doing and whether it's on track.
Claude Code note: after it finishes, it may prefill a predicted next user message — that draft is Claude, not the user.
SSH in first and launch the agent ON the VPS (e.g. codex --yolo), then drive that on-box agent. Don't run an agent locally and have it SSH for every step.
All four use the portable SKILL.md standard; project skills win over global.
~/.pi/agent/skills/.codex exec for CI; reads AGENTS.md. Skills: ~/.codex/skills/..claude/ conventions, live skill hot-reload. Skills: ~/.claude/skills/.~/.hermes/skills/.pty=true.claude --print --permission-mode bypassPermissions (no PTY).davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.npx claudepluginhub sickn33/agentic-awesome-skills --plugin antigravity-bundle-aas-localization-international-growth3plugins reuse this skill
First indexed Jul 7, 2026
Spawns external CLI AIs (codex, claude, cursor-agent, etc.) as isolated sub-agents with dedicated context. Use when delegating tasks to named agents.
Runs multiple AI coding agents (Claude Code, Codex, Cursor, OpenCode) side by side with coordinator/worker delegation, SSH targeting, and persistent sessions via a native Rust/GPUI control plane.
Spawns and manages background coding agents (Claude Code, Codex, Gemini, Ollama) in persistent tmux sessions. Run agents in parallel, check progress, and retrieve results.