coding-agent

Automate background PTY sessions for coding agents like Codex and Claude Code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running coding agents like Codex, Claude Code, OpenCode, or Pi Coding Agent typically requires manual interactive sessions. This skill enables background, PTY-enabled control to orchestrate these tools programmatically.

Core Features & Use Cases

  • Background execution of coding agents to automate repetitive coding tasks.
  • PTY-required interactive sessions to ensure proper terminal behavior and color output.
  • Session management with workdir specification and optional background mode to monitor progress.

Quick Start

Launch a background coding agent session in a project directory with PTY to interactively run Codex, Claude Code, OpenCode, or Pi.

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?

You can run coding agents in the background by using PTY-enabled interactive sessions within a specified workdir. This approach returns a session ID, allowing you to automate repetitive coding tasks and monitor progress without keeping the terminal open.

What is PTY and why is it required for terminal automation?

A PTY, or pseudo-terminal, is required to ensure proper terminal behavior and color output during background execution. It allows programmatic control of interactive CLIs like OpenCode or Pi Coding Agent, maintaining the expected terminal environment for automated workflows.

Does background orchestration work with any interactive CLI?

Background orchestration works specifically with PTY-enabled interactive CLIs such as Codex, Claude Code, OpenCode, and Pi Coding Agent. It requires a target workdir to apply iterative coding tasks and optional background sessions for monitoring.

How do I manage and monitor background coding agent sessions?

You manage background coding agent sessions by specifying a target workdir and enabling optional background mode. This process returns a unique session ID that you can use to monitor the progress of your automated iterative coding tasks within focused workspaces.

What's the best way to automate repetitive coding tasks with CLI tools?

The best way to automate repetitive coding tasks is through background programmatic control of coding agents using a PTY. This enables remote prompts and automation workflows within focused workspaces, returning session IDs for continuous monitoring.

Can I use this approach for remote prompts in focused workspaces?

Yes, you can use background PTY-enabled sessions for remote prompts within focused workspaces. By specifying a target workdir, you can programmatically orchestrate coding agents and apply iterative coding tasks across your automation workflows.