coding-agent

Orchestrate coding agents in background PTY-enabled sessions.

2|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill coding-agent-zhangziliang04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/zhangziliang04/moltbot_deepseek/tree/main/skills/coding-agent
Command: npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill coding-agent-zhangziliang04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding teams often struggle with orchestrating interactive coding agents (Codex, Claude Code, OpenCode, Pi) across multiple tasks, sessions, and workspaces. This Skill provides a consistent, PTY-enabled workflow to run these agents in the background, coordinating prompts, outputs, and session lifecycles to improve automation and reproducibility.

Core Features & Use Cases

  • PTY-enabled background sessions for Codex, Claude Code, OpenCode, and Pi to preserve interactive capabilities.
  • Session lifecycle management: start, monitor, interact, and terminate sessions with structured commands.
  • Workspace isolation and deterministic execution: run within a specified workdir to prevent drift and ensure reproducibility.
  • Optional resource integration: leverage scripts, references, and assets when needed to enrich tasks.

Quick Start

Launch a PTY-enabled background session and run codex or claude-code tasks to automate coding workflows.

Frequently Asked Questions about coding-agent

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

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

To run coding agents in the background, you can use PTY-enabled sessions to preserve interactive capabilities while orchestrating tools like Codex or Claude Code. This approach allows reliable code generation across project directories with structured session lifecycle management.

Does orchestrating interactive CLI coding agents support workspace isolation?

Yes, orchestrating interactive CLI coding agents supports workspace isolation by running within a specified workdir. This prevents project drift and ensures deterministic execution, guaranteeing reproducible automation across multiple tasks and workspace directories.

What is the best way to manage multiple coding agent sessions simultaneously?

The best way to manage multiple coding agent sessions is using a structured command system for session lifecycle management. This enables you to start, monitor, interact, and terminate PTY-backed sessions across different workspaces for consistent automation.

Can I automate code generation across different project directories deterministically?

Yes, you can automate code generation across different project directories deterministically by executing interactive coding agents within isolated workdir paths. This PTY-backed approach coordinates prompts and outputs to ensure reproducible results without workspace drift.

Why do interactive coding agents need PTY-backed sessions for automation?

Interactive coding agents need PTY-backed sessions because they preserve interactive terminal capabilities during background execution. This ensures the agents function correctly when automated, allowing reliable prompts and outputs without losing session interactivity.

Are there limitations when running background sessions for code generation?

Limitations of running background sessions for code generation include relying on PTY support for the specific coding agents involved. If an interactive CLI agent does not function properly within a PTY environment, background orchestration may not work as expected.