coding-agent

Run interactive coding agents in background PTY sessions with CLI parameters.

59|4|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/yuki-aigc/pomelobot --skill coding-agent-yuki-aigc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/yuki-aigc/pomelobot/tree/main/workspace/skills/coding-agent
Command: npx skills add https://github.com/yuki-aigc/pomelobot --skill coding-agent-yuki-aigc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated automation of interactive coding agents by running them in controlled background sessions, enabling programmatic control without blocking your workflow.

Core Features & Use Cases

  • Background PTY sessions for long-running prompts across Codex, Claude Code, OpenCode, and Pi.
  • Session management with actions such as list, poll, log, write, submit, and kill to monitor and interact with agents.
  • Safe execution controls including workdir scoping, timeouts, and elevated host execution when necessary to maintain containment.

Quick Start

Launch a coding agent in a target project with PTY enabled and track progress via the background session API.

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 in background sessions without blocking my terminal?

You can run coding agents in background PTY sessions to achieve programmatic control without blocking your workflow. This allows long-running prompts to execute safely in the background while you continue other tasks.

Can I manage multiple interactive coding agents across different projects?

Yes, multi-agent orchestration across projects is supported. You can manage multiple interactive coding agents simultaneously using session actions like list, poll, log, write, submit, and kill to monitor and interact with each agent.

Does this background session automation work with Codex and Claude Code?

Background PTY sessions support long-running prompts across Codex, Claude Code, OpenCode, and Pi. This enables coordinated automation of these interactive coding agents through programmatic control.

How do I control execution safety when automating coding agents in background sessions?

Execution safety is maintained through workdir scoping, timeouts, and elevated host execution controls. These parameters ensure containment and safe management of background coding agent sessions.

Do I need PTY support to automate interactive coding agents?

Yes, PTY support is required to run interactive coding agents in controlled background sessions. It enables the CLI-style parameters like workdir, command, background, timeout, and elevated needed to manage sessions.

What is the best way to monitor long-running prompts in coding agents?

The best way to monitor long-running prompts is using the background session API to poll logs and track progress. Session management actions like list, log, poll, and kill provide full control over agent execution.