coding-agent

Orchestrate coding agents in PTY-enabled terminal sessions for automated tasks.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill coding-agent-balic-ai-ml-r-d-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents/tree/main/packages/skills/skills/coding-agent
Command: npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill coding-agent-balic-ai-ml-r-d-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple coding agents (Codex, Claude Code, OpenCode, Pi Coding Agent) in interactive terminal sessions to spawn, monitor, and orchestrate complex coding tasks, reducing manual juggling and context-switching.

Core Features & Use Cases

  • Spawns and manages interactive coding agents in PTY-enabled background sessions for persistent tasks.
  • Orchestrates multi-agent workflows across worktrees and git repositories, enabling parallel coding prompts and reviews.
  • Monitors progress, feeds input, and captures outputs to automate iterative coding cycles and PR reviews.

Quick Start

Start a background coding session in your project directory and let Codex orchestrate tasks with a PTY.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I orchestrate multiple coding agents in terminal sessions for automated tasks?

You can orchestrate multiple coding agents in terminal sessions by spawning and managing interactive agents in PTY-enabled background sessions, allowing you to monitor progress and feed input for persistent automated coding tasks.

Can I run parallel coding prompts across git worktrees using terminal automation?

Yes, you can run parallel coding prompts across git worktrees by orchestrating multi-agent workflows across git repositories, enabling simultaneous task execution and batch code reviews within isolated worktree branches.

Do I need a PTY-enabled terminal to manage background coding agents?

Yes, a PTY-enabled terminal is required to manage background coding agents, as it provides the necessary interactive terminal sessions and background process management for persistent task execution.

What is the best way to automate iterative coding cycles and PR reviews?

The best way to automate iterative coding cycles and PR reviews is to orchestrate coding agents that monitor progress, feed input, and capture outputs to automate the entire review workflow in background sessions.

Which interactive coding agents can I coordinate for multi-agent terminal workflows?

You can coordinate interactive coding agents like Codex, Claude Code, OpenCode, and Pi Coding Agent in PTY-enabled terminal sessions to spawn, monitor, and orchestrate complex coding tasks without manual context-switching.

When should I not use multi-agent terminal automation for coding experiments?

You should avoid multi-agent terminal automation for simple, single-step coding modifications that do not require long-running experiments, parallel task execution, or persistent background process management across multiple worktrees.