coding-agent

Delegate coding tasks to AI agents via a background PTY-enabled process.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill coding-agent-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/coding-agent
Command: npx skills add https://github.com/Solitude01/proiect-new --skill coding-agent-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegate coding tasks to Codex, Claude Code, or Pi agents via a background process to accelerate feature development, code reviews, and refactoring without blocking your main workspace.

Core Features & Use Cases

  • Orchestrates coding tasks across multiple agents (Codex, Claude Code, Pi) in PTY-enabled sessions for interactive feedback.
  • Supports common development workflows: building new features, reviewing PRs in temporary directories, and large-scale refactors, while avoiding trivial edits and code-reading tasks.
  • Encourages a safe, sandboxed workflow by requiring a PTY-enabled bash tool and offering background automation with lifecycle controls.

Quick Start

Open a PTY-enabled bash session in a temp git repo and run Codex, Claude Code, or Pi to perform the coding task.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate large-scale refactoring tasks to an AI agent without blocking my main workspace?

You can delegate coding tasks to AI agents via a background PTY-enabled process, supporting complex development workflows like large-scale refactors, feature creation, and PR reviews without blocking your main workspace.

What is a PTY-enabled bash session and why is it needed for AI coding agents?

A PTY-enabled bash session provides interactive feedback for AI coding agents. It is required to safely orchestrate agents like Codex, Claude Code, OpenCode, or Pi in a sandboxed background environment for complex development workflows.

Can I use Claude Code or Codex to review PRs in a temporary directory?

Yes, you can use Claude Code or Codex to review PRs in temporary directories. The Skill orchestrates these underlying agents in PTY-enabled sessions to handle common development workflows like PR reviews safely.

When should I avoid using an AI agent for coding tasks?

You should avoid using an AI agent for coding tasks when dealing with simple one-liner fixes or basic code reading, as the Skill is specifically designed for complex development workflows like large-scale refactors and feature creation.

How do I run multiple AI coding agents in the background for feature development?

To run multiple AI coding agents for feature development, open a PTY-enabled bash session in a temporary git repo and use the lifecycle controls to orchestrate Codex, Claude Code, or Pi as the underlying agents in background automation.