coding-agent

Manage interactive coding agents in PTY-enabled background sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to automate the management of interactive coding agents across sessions, reducing manual overhead and context switching during coding tasks.

Core Features & Use Cases

  • Launch Codex, Claude Code, OpenCode, or Pi Coding Agent in PTY-enabled background sessions for long-running tasks.
  • Manage sessions with list, poll, log, write, and kill controls to monitor progress and provide input as needed.
  • Use in batch automation, PR code reviews, and iterative coding tasks that require real-time terminal interactions.

Quick Start

Start an interactive coding agent in a PTY-enabled background session and run your prompt.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I automate interactive coding agents like Claude Code in background sessions?

Automate interactive coding agents by launching them in PTY-enabled background sessions, enabling multi-step task execution, batch code reviews, and automated prompts across multiple projects with real-time monitoring.

Can I manage and monitor multiple coding agent sessions simultaneously?

Manage multiple coding agent sessions simultaneously using lifecycle controls to list active processes, poll progress, log outputs, write additional input, and kill terminated tasks across projects.

Does running Codex or OpenCode in background terminals require PTY support?

Running Codex or OpenCode in background terminals requires PTY support to maintain interactive terminal emulation, enabling real-time input and output streaming for long-running automated coding tasks.

What is the best way to orchestrate batch code reviews across different projects?

Orchestrate batch code reviews across projects by deploying coding agents into isolated PTY-enabled background sessions, utilizing automated prompts and session polling to monitor iterative review progress.

How do I provide real-time input to an automated coding agent running in the background?

Provide real-time input to an automated background coding agent through PTY-enabled terminal sessions, using write controls to inject prompts and poll or log commands to track execution status.