coding-agent

Orchestrate multiple AI coding agents via bash with PTY support.

2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill coding-agent-aztr0nutzs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/aztr0nutzs/NET_NiNjA.v1.2/tree/main/skills/skills-folders/multi-coding-agent
Command: npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill coding-agent-aztr0nutzs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of using various AI coding agents (Codex, Claude Code, Gemini CLI, Pi, OpenCode) by providing a unified interface for background execution, PTY support, and parallel workflows.

Core Features & Use Cases

  • Multi-Agent Support: Integrates with multiple popular coding agents.
  • Background Execution: Run long coding tasks without blocking your terminal, with monitoring capabilities.
  • PTY Mode: Ensures proper terminal emulation for interactive agents.
  • Parallel Workflows: Enables running multiple agents simultaneously for faster development cycles.
  • Use Case: Automate the process of refactoring a large codebase by spawning multiple coding agents in parallel, each working on a different module, and monitoring their progress.

Quick Start

Use the coding-agent skill to run codex exec 'Add error handling' in the current directory with PTY enabled.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run multiple AI coding agents in parallel from the command line?

You can run multiple AI coding agents in parallel by using bash orchestration with PTY support to spawn background processes. This allows simultaneous execution of agents like Codex and Claude Code for faster development cycles.

Can I orchestrate Claude Code and Gemini CLI together in a single automated workflow?

Yes, you can orchestrate Claude Code, Gemini CLI, Codex, Pi, and OpenCode together within a single automated workflow. The system provides a unified interface supporting agent forking and automatic fallback for deterministic task execution.

How do I execute long-running coding tasks without blocking my terminal?

You can execute long-running coding tasks without blocking your terminal by running AI coding agents in background mode with monitoring capabilities. This enables continuous task execution while keeping your terminal session available.

What is the best way to handle agent failures during automated codebase refactoring?

The best way to handle agent failures during automated codebase refactoring is using automatic fallback mechanisms between coding agents. If one agent fails, the system automatically switches to another to ensure deterministic task completion.

Does bash orchestration support forking coding agents for parallel module development?

Yes, bash orchestration supports forking coding agents to enable parallel workflows for module development. You can spawn multiple agents simultaneously, each working on a different module, and monitor their progress in real time.