coding-agent

Coordinate Codex, Claude Code, OpenCode, and Pi agents in PTY-enabled background sessions.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Dolonia333/dolo.ai --skill coding-agent-dolonia333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Dolonia333/dolo.ai/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Dolonia333/dolo.ai --skill coding-agent-dolonia333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch a PTY-enabled background session to orchestrate Codex, Claude Code, OpenCode, or Pi coding agents for controlled, iterative coding tasks.

Core Features & Use Cases

  • PTY-enabled interactive agents (Codex, Claude Code, OpenCode, Pi) run in background sessions for responsive prompts.
  • Per-workdir isolation and session management to coordinate multiple tasks and agents.
  • Cross-agent orchestration and deterministic control, with clear commands and lifecycle handling in a dev workflow.

Quick Start

Launch a PTY-enabled background session in your project directory to run an interactive coding agent.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run interactive coding agents like Claude Code or Codex in background sessions?

You can run interactive coding agents like Claude Code or Codex in background sessions by launching a PTY-enabled control interface, which manages iterative prompts and lifecycle handling for your automated software development workflows.

What is PTY-powered control for coding agents and when do I need it?

PTY-powered control for coding agents provides a pseudo-terminal environment that enforces responsive interactive prompts and safe defaults. You need it when automating iterative coding tasks that require cross-agent orchestration and deterministic session management.

Can I manage multiple coding agents working in different project directories simultaneously?

Yes, you can manage multiple coding agents simultaneously through per-workdir isolation and session management. This allows you to coordinate cross-agent orchestration across different project directories while maintaining deterministic control over each background session.

Does this approach support orchestration across different coding agent tools?

Yes, cross-agent orchestration supports coordinating Codex, Claude Code, OpenCode, and Pi coding agents. It enforces PTY usage to manage interactive sessions, allowing you to automate coding tasks across multiple agent tools within a unified dev workflow.

What are the limitations of using PTY sessions for terminal-based coding automation?

PTY session limitations for coding automation include requiring enforced PTY usage for all agents and relying on clear prompts for lifecycle handling. It is designed for terminal-based interactive agents and may not suit non-interactive or non-terminal-based execution environments.