Forge Orchestrator

Use this skill when the user wants to coordinate multiple AI coding tools, prevent file conflicts, or orchestrate tasks across Claude Code, Codex, and Gemini CLI.

javimosch b895b39 1.2 KB Updated

File contents

forge-orchestrator Plugin

Multi-tool orchestration with file locking, knowledge capture, and drift detection.

Commands

Init

  • forge-orchestrator project init — Initialize Forge in a project

Plan

  • forge-orchestrator plan generate — Generate task plan from spec

Dashboard

  • forge-orchestrator dashboard — Live TUI dashboard

Usage Examples

  • "Initialize Forge in a project"
  • "Generate tasks from SPEC.md"
  • "Run headless autonomous mode"

Installation

curl -fsSL https://forge.nxtg.ai/install.sh | sh
forge init

Examples

# Initialize
forge init

# Configure AI brain
forge config brain openai

# Generate task plan
forge plan --generate

# See status
forge status

# Headless mode
forge run

# Dashboard
forge dashboard --pty

Key Features

  • File locking prevents conflicts
  • Knowledge flywheel captures decisions
  • Plan generation from specs
  • Drift detection against specs
  • Multi-tool adapters (Claude, Codex, Gemini)
  • TUI dashboard or headless mode

javimosch/supercli/tree/main/plugins/forge-orchestrator/skills/quickstart commit b895b394a1

Frequently asked questions

npx skillmds@latest add javimosch/forge-orchestrator