coding-agent

Delegate coding tasks to AI agents via background PTY sessions.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/pablomat555/eggent-ai --skill coding-agent-pablomat555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/pablomat555/eggent-ai/tree/main/bundled-skills/coding-agent
Command: npx skills add https://github.com/pablomat555/eggent-ai --skill coding-agent-pablomat555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding tasks can be time-consuming and repetitive; this Skill delegates them to AI coding agents via a controlled background process to keep you focused.

Core Features & Use Cases

  • PTY-enabled interactive coding agents (Codex, Claude Code, Pi) for complex development tasks.
  • Background session management with on-demand file-system context, enabling long-running work like feature implementation, PR reviews, and refactoring without blocking your workspace.
  • Clear safety guidelines and guardrails to prevent accidental changes to live workspaces and ensure controlled execution.

Quick Start

Spawn a PTY-enabled coding session in your project directory and manage it in the background if needed.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate long-running coding tasks to an AI agent in the background?

You can delegate long-running coding tasks to an AI agent in the background using a PTY-enabled bash tool, which manages interactive sessions without blocking your workspace. This enables automated feature implementation and refactoring.

Can I use Claude Code or Codex for background code reviews and refactoring?

Yes, you can use Claude Code or Codex for background code reviews and refactoring. The skill supports multiple providers, including Codex, Claude Code, and Pi, to execute complex development tasks via interactive terminal sessions.

Do I need a PTY-enabled bash tool to run interactive coding agents?

Yes, a PTY-enabled bash tool is required to run interactive coding agents. The skill relies on PTY to spawn and manage background sessions that handle interactive terminal input for long-running development work.

What is the best way to prevent AI agents from making accidental changes to my live workspace?

The best way to prevent accidental changes to a live workspace is to use the skill's built-in safety guidelines and guardrails. These ensure controlled execution of background coding tasks and protect your active development environment.

How does background session management work for automated PR reviews?

Background session management for automated PR reviews works by spawning a PTY-enabled session in your project directory. It provides on-demand file-system context, allowing long-running code reviews to execute without blocking your terminal.

Why does my background coding agent require interactive terminal input?

Your background coding agent requires interactive terminal input because it operates through a PTY-enabled process. This mechanism allows AI agents to handle complex development tasks that need real-time interaction rather than simple batch processing.