Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (sp...
coding-agent-backup 1.0.0 - Initial release of the coding-agent skill. - Enables background delegation of coding tasks to Codex, Claude Code, or Pi agents using a bash-first workflow. - Strong emphasis on pty:true (pseudo-terminal) requirement for all interactive coding agent sessions. - Supports spawning agents in arbitrary work directories for tasks like building features, code review (in temp dirs), and refactoring. - Provides detailed CLI usage patterns, process monitoring actions, and parallel workflow strategies with git worktrees. - Includes clear usage boundaries: not for simple fixes, general code reading, or work in ~/clawd workspace.