coding-agent

Delegate coding tasks to AI agents via PTY-enabled background processes.

4|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/0xKobold/0xkobolds --skill coding-agent-0xkobold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/0xKobold/0xkobolds/tree/main/skills/coding-agent
Command: npx skills add https://github.com/0xKobold/0xkobolds --skill coding-agent-0xkobold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the delegation of coding tasks to AI agents via background PTY-enabled workflows, eliminating manual context switching and setup overhead.

Core Features & Use Cases

  • Coordinate multi-agent coding sessions (Codex, Claude Code, Pi) in isolated workspaces.
  • Support feature creation, PR reviews in temp dirs, and large-scale refactor tasks with file exploration.
  • Manage background sessions, queue tasks, and monitor progress without blocking your workspace.

Quick Start

Start an interactive coding session in a project directory using PTY in background mode to begin agent-driven coding tasks.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate coding tasks to AI agents in background sessions?

You can delegate coding tasks to AI agents using PTY-enabled background processes. This allows you to automate feature development and large-scale refactors without manually switching contexts or blocking your workspace.

Can I run PR reviews in isolated directories using automated coding agents?

Yes, automated coding agents can run PR reviews in temporary directories. They utilize PTY-enabled background sessions to explore files and evaluate code changes in an isolated sandbox environment.

How do multi-agent coding sessions coordinate providers like Codex and Claude Code?

Multi-agent coding sessions coordinate providers like Codex, Claude Code, OpenCode, and Pi within isolated workspaces. This coordination manages background sessions and queues tasks to streamline complex coding workflows.

Does this coding agent require a specific Bash environment to run?

Yes, this coding agent requires a Bash tool that supports PTY. It operates within a sandboxed background session to execute file traversal, exploration, and automated coding tasks safely.

What is the best way to manage large-scale refactors with AI coding agents?

The best way to manage large-scale refactors is using PTY-enabled AI agents to handle file traversal and exploration. This approach processes complex code modifications in the background without interrupting your active workspace.