codex-orchestration

Orchestrate parallel Codex AI worker agents via background PTY terminals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex tasks by intelligently dividing work among multiple AI agents (workers), managing their parallel execution, and synthesizing their results into a cohesive final output.

Core Features & Use Cases

  • Task Decomposition: Breaks down large tasks into manageable sub-tasks.
  • Parallel Execution: Leverages background PTY terminals to run multiple codex exec workers concurrently for scouting, research, review, or drafting.
  • Orchestration Patterns: Supports various workflows like triangulated reviews, serial chains, and scout-act-verify.
  • Use Case: When tasked with a comprehensive code review, this Skill can assign separate workers to check for clarity, correctness, security, and performance, then merge their findings into a single, prioritized report.

Quick Start

Use the codex-orchestration skill to review the attached document 'project_proposal.md' for clarity and completeness.

Frequently Asked Questions about codex-orchestration

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

FAQPage Schema
How do I run parallel AI agents for task decomposition and workflow automation?

Parallel AI agents are orchestrated by decomposing tasks into sub-tasks and executing multiple workers concurrently via background PTY terminals. This workflow automation approach enables independent processing steps and synthesizes multiple AI perspectives into a single result.

What is the best way to manage parallel processing for complex code reviews?

Managing parallel processing for code reviews involves assigning separate worker agents to evaluate distinct aspects like clarity, correctness, security, and performance. The orchestration pattern then merges these concurrent findings into a single, prioritized report.

Can I use background PTY terminals to execute concurrent codex workers?

Yes, background PTY terminals facilitate the concurrent execution of codex workers. This allows the system to run multiple agents in parallel for tasks like scouting, research, review, or drafting, and then synthesize their independent outputs.

How do I set up orchestration patterns for triangulated reviews and serial chains?

Orchestration patterns for triangulated reviews and serial chains are established by defining worker prompt templates and delegating sub-tasks across parallel agents. The orchestrator manages the execution flow and synthesizes results based on the selected pattern.

When do I need multi-agent orchestration instead of a single AI worker?

Multi-agent orchestration is needed when a task requires multiple AI perspectives or independent processing steps that exceed a single worker's capacity. It is ideal for comprehensive workflows requiring task decomposition, parallel execution, and result synthesis.

Does task delegation to parallel workers work for scouting and drafting workflows?

Yes, task delegation to parallel workers supports scouting and drafting workflows. The orchestration mechanism decomposes the work, assigns it to concurrent agents for independent execution, and synthesizes their outputs into a cohesive final draft.