coding-agent

Communicate with AI coding agents via acpx for code generation, debugging, and reviews.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill coding-agent-exiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/exiao/skills/tree/main/coding-agent
Command: npx skills add https://github.com/exiao/skills --skill coding-agent-exiao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of delegating complex coding tasks, code reviews, and iterative development to specialized AI agents, overcoming the limitations of traditional command-line interactions.

Core Features & Use Cases

  • Structured Agent Communication: Utilizes acpx for robust, non-PTY communication with coding agents like Codex, Claude Code, and Gemini.
  • Session Management: Supports persistent and named sessions for continuous work on a project.
  • Use Case: You need to refactor a large codebase. You can use this skill to delegate the refactoring task to an AI agent, manage the process through sessions, and review the changes iteratively.

Quick Start

Use the coding-agent skill to have codex summarize the current repository in three bullet points.

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 without using a terminal?

You can delegate coding tasks to AI agents using structured, non-PTY communication via the acpx client, enabling automated code generation, debugging, and reviews without direct terminal interaction.

Can I use Codex and Claude Code for automated code reviews?

Yes, you can automate code reviews by delegating tasks to multiple supported agents including Codex, Claude Code, and Gemini through the acpx client for structured communication.

How do I manage persistent sessions for iterative codebase refactoring?

You manage iterative codebase refactoring by utilizing persistent and named sessions provided by the acpx client, allowing continuous work and iterative reviews on a project with AI agents.

Do I need to install acpx to run parallel execution with coding agents?

Yes, you must install and configure the acpx client, which is required to enable structured communication, session management, and parallel execution with your chosen AI coding agents.

What is the best way to format output from AI coding agents?

The best way to format output from AI coding agents is by using the built-in output formatting features of the acpx client, which structures the responses from tasks like code generation and debugging.