coding-agent

Delegate coding tasks to Codex, Claude Code, or Pi agents via background processes.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill coding-agent-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/skills/coding-agent
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill coding-agent-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating work to Codex, Claude Code, or Pi agents through background processes.

Core Features & Use Cases

  • Multi-agent delegation: Run Codex, Claude Code, or Pi tasks from a single workflow.
  • Background sessions: Start, monitor, and control long-running coding tasks without blocking your workspace.
  • Safe, scoped execution: PTY-enabled agents operate within a controlled project directory to avoid workspace contamination.

Quick Start

Start a PTY-enabled coding session in your project workspace and begin delegating tasks to Codex, Claude Code, or Pi.

Frequently Asked Questions about coding-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate coding tasks with Claude Code or Codex in the background?

Automating coding tasks with Claude Code or Codex involves delegating work to background processes. This allows you to start, monitor, and control long-running coding sessions without blocking your current workspace.

Can I run multiple AI coding agents in a single workflow?

Yes, multi-agent delegation supports running Codex, Claude Code, or Pi tasks from a single workflow. You can orchestrate multiple agents simultaneously to handle different aspects of building features or refactoring large codebases.

How do I manage long-running coding sessions without blocking my terminal?

Managing long-running coding sessions without blocking your terminal is possible using session management commands like list, poll, log, write, submit, and kill. These controls allow you to monitor and interact with background agents seamlessly.

Does delegating code refactoring to an AI agent modify my original workspace?

Delegating code refactoring to an AI agent uses safe, scoped execution within controlled project directories and temporary directories. This PTY-enabled isolation prevents unintended changes and workspace contamination.

Can I review pull requests using an automated coding agent?

Reviewing pull requests using an automated coding agent is supported by operating within temporary directories. This allows the agent to safely examine code changes and apply refactoring without affecting your main project.