Communityv1.0.0

Coding Agent Backup

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...

3.1kdownloads1stars31active installsnickchan0412
View on ClawHubBack to Skills

Skill Details

Slug
coding-agent-backup
Latest Version
1.0.0
Author
nickchan0412
Published
Feb 26, 2026
Updated
May 18, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Coding Agent Backup.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

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.