⌘K
Open Mighty Back to Skills
✦
What can you do with this Skill?▾
Delegate coding tasks to Codex, Claude Code, or Pi agents via a background process. Use when: (1) building or creating new features or apps, (2) reviewing PRs (spawn in a temp dir), (3) refactoring large codebases, (4) iterative coding that requires file exploration. NOT for: simple one-liner fixes (just edit), passive code reading (use the read tool), thread-bound ACP harness requests in chat (for example, spawning/running Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work inside the ~/clawd workspace (never spawn agents there). Claude Code: invoke with --print --permission-mode bypassPermissions (avoid PTY). Codex/Pi/OpenCode: pty:true required.