coding-agent

Orchestrate interactive coding agents from PTY-backed bash sessions.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill coding-agent-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/coding-agent
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill coding-agent-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of launching and controlling interactive coding agents from the terminal by standardizing how you start, monitor, and interact with them.

Core Features & Use Cases

  • PTY-backed execution: Runs interactive agents in a pseudo-terminal so output stays stable and sessions behave correctly.
  • Multiple agent support: Works with Codex, Claude Code, OpenCode, and Pi for one-shot tasks or longer background jobs.
  • Workflow automation: Supports coding, refactoring, reviewing diffs, and parallel issue fixing with session monitoring and input control.
  • Use Case: A developer can spin up an agent in a project directory, let it work in the background, and check logs or respond to prompts without manually babysitting the terminal.

Quick Start

Use this Skill to start a coding agent in a PTY-backed bash session for your project and monitor it in the background until the task is complete.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run Claude Code or Codex in the background from bash?

Run Claude Code or Codex in the background from bash by launching the agent in a PTY-backed terminal session. This enables stable output, session monitoring, and input control without keeping the foreground terminal occupied.

Can I automate parallel issue fixing with interactive coding agents?

Yes, you can automate parallel issue fixing with interactive coding agents. The Skill orchestrates multiple sessions concurrently using git workspace isolation, allowing agents to work on separate tasks safely without conflicts.

What is PTY-backed terminal execution for coding agents?

PTY-backed terminal execution for coding agents runs interactive processes in a pseudo-terminal environment. This ensures that agent sessions behave correctly, maintain stable output, and handle background monitoring reliably during automation.

Does this automation Skill work with OpenCode and Pi?

Yes, this automation Skill works with OpenCode and Pi. It supports multiple agents including Codex and Claude Code, standardizing how you start, monitor, and interact with them for one-shot prompts or longer background jobs.

Why do I need git workspace isolation for background coding agents?

You need git workspace isolation for background coding agents to ensure safe, concurrent task execution. It separates agent modifications into isolated branches or directories, preventing conflicts during parallel issue fixing or refactoring.