Делегирование задач кодинга агентам ИИ

★ 7.5 · general

coding-agent is a Claude Code skill that delegates coding tasks to Claude Code, Codex, or Pi agents via background bash processes. It covers building new features and apps, refactoring large codebases, reviewing PRs in isolated temporary directories, and iterative coding work that requires file exploration. Claude Code runs with --print --permission-mode bypassPermissions (no PTY), while Codex, Pi, and OpenCode require pty:true. Background mode returns a sessionId monitored through process actions — log, poll, write, submit, and kill. The skill is not intended for simple one-liner edits, reading code, or any work inside the ~/clawd workspace.