What problem does it solve?
This Skill helps you run interactive coding agents reliably from the terminal without broken output, hanging sessions, or lost context, especially when you need programmatic control over AI-assisted development work.
Core Features & Use Cases
- PTY-safe execution: Ensures interactive tools like Codex, Claude Code, OpenCode, and Pi run with a pseudo-terminal so their output and prompts behave correctly.
- Background session control: Supports long-running tasks with monitoring, log inspection, input submission, and termination when needed.
- Workflow guidance: Covers one-shot prompts, repository-scoped work, PR review flows, and parallel issue fixing with git worktrees.
- Use case: Launch a coding agent in a project directory to implement a feature, keep the user updated while it runs, and review the results when the session completes.
Quick Start
Use the coding-agent skill to start your chosen coding agent in the target git repository with PTY enabled and describe the task you want completed.