forge-orchestrator

Orchestrate multi-agent build and QA pipelines across Claude Code and Codex in tmux.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/SirTheOracle/forge-toolkit --skill forge-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-orchestrator
Source: https://github.com/SirTheOracle/forge-toolkit/tree/main/skills/forge-orchestrator
Command: npx skills add https://github.com/SirTheOracle/forge-toolkit --skill forge-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Forge Orchestrator coordinates multiple AI agents across Claude Code and Codex in a tmux session, translating user requests into dispatched tasks with structured audit logging to ensure reproducibility and traceability.

Core Features & Use Cases

  • Orchestrates proposal, review, incorporate, implementation, impl-review, coding, QA, and verify stages
  • Uses a bridge for cross-pane messaging, with inline and background task execution
  • Provides digest summaries and gating to manage pipeline progress and safety

Quick Start

Start a forge session and let the orchestrator dispatch tasks across Claude Code and Codex panes.

Frequently Asked Questions about forge-orchestrator

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

FAQPage Schema
How do I orchestrate multi-agent software builds in tmux?

You can orchestrate multi-agent software builds in tmux by coordinating a forge-bridge workflow that dispatches tasks across Claude Code and Codex panes with structured audit logging. This ensures reproducible end-to-end development pipelines from proposal to verification.

What is the best way to automate QA pipelines across multiple AI agents?

Automating QA pipelines across multiple AI agents is best handled by an orchestrator that coordinates proposal, review, implementation, coding, QA, and verify stages. It uses background digest agents and gating mechanisms to manage pipeline progress and safety across panes.

Can I coordinate Claude Code and Codex in the same tmux session?

Yes, you can coordinate Claude Code and Codex in the same tmux session using a cross-pane bridge for messaging. The orchestrator dispatches inline and background tasks between the panes, enforcing strict logging and reading or writing artifacts on disk to drive progress.

How does cross-pane messaging work for multi-agent code review pipelines?

Cross-pane messaging for multi-agent code review pipelines works through a bridge that facilitates communication between separate AI agent panes. The orchestrator applies this to review feedback, integration, and impl-review stages, ensuring structured audit logs maintain traceability.

Do I need specific dependencies to run a multi-agent orchestration pipeline?

You need a tmux environment to run a multi-agent orchestration pipeline, as it coordinates builds and QA workflows across tmux panes. The orchestrator operates without external dependencies, relying on on-disk artifacts and structured logging to manage workflow progress.

When should I not use a multi-agent orchestrator for development pipelines?

You should not use a multi-agent orchestrator if your development pipeline lacks distinct stages like proposal, review, implementation, and QA that require cross-agent coordination. It is designed for complex end-to-end workflows needing strict audit logging and background task gating in tmux.