coding-agent

Orchestrate multiple AI coding agents in background sessions across Codex, Claude Code, OpenCode, and Pi Coding Agent.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/hcnimi/clawdis --skill coding-agent-hcnimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/hcnimi/clawdis/tree/main/skills/coding-agent
Command: npx skills add https://github.com/hcnimi/clawdis --skill coding-agent-hcnimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the orchestration of coding tasks by running Codex CLI, Claude Code, OpenCode, or Pi Coding Agent in background sessions, reducing context switching and setup time.

Core Features & Use Cases

  • Background-first execution across multiple projects to keep coding tasks non-blocking.
  • Supports Codex CLI, Claude Code, OpenCode, and Pi Coding Agent for broad tool compatibility.
  • Session management with commands and logs via sessionId (start, poll, write, kill) for deterministic progress tracking.
  • Guidance for batch work: parallel reviews and tmux-based interactive sessions; guardrails to prevent unsafe actions.

Quick Start

Start a background Codex session in a target directory and interact via session IDs.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run AI coding agents in the background for non-blocking programming tasks?

You can run AI coding agents in the background for non-blocking programming tasks by orchestrating them via session-based control. This allows you to start, poll, write, and kill sessions using explicit session IDs for deterministic progress tracking.

Can I use Claude Code and Codex CLI for multi-project automation?

Yes, you can use Claude Code and Codex CLI for multi-project automation. The orchestration supports background-first execution across multiple projects to keep coding tasks non-blocking and reduce setup time.

How do I manage interactive tmux sessions for batch code reviews?

You manage interactive tmux sessions for batch code reviews by using guidance for parallel reviews and tmux-based interactive sessions. This approach ensures deterministic workspaces and applies safety checks to prevent unsafe actions.

Does background agent orchestration work with OpenCode and Pi Coding Agent?

Yes, background agent orchestration works with OpenCode and Pi Coding Agent. It supports broad tool compatibility across these agents for solo coding sessions, code reviews, and batch PR analyses.

What are the limitations when running coding agents in background mode?

Limitations when running coding agents in background mode include the need for explicit dependency management via configured workspaces and adherence to safety checks, which act as guardrails to prevent unsafe actions during automated batch work.