Start Orchestrator

Start the Orchestrator 3 Stream backend and frontend in the background.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/privateGithubUser/orchestrator-agent-with-adws --skill start-orchestrator-privategithubuser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Start Orchestrator
Source: https://github.com/privateGithubUser/orchestrator-agent-with-adws/tree/main/apps/orchestrator_3_stream/.claude/skills/start-orchestrator
Command: npx skills add https://github.com/privateGithubUser/orchestrator-agent-with-adws --skill start-orchestrator-privategithubuser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick, reliable way to start the Orchestrator 3 Stream application, launching both backend and frontend in the background with optional session resume and custom working directory support.

Core Features & Use Cases

  • Starts the backend server (FastAPI) and the frontend UI (Vue) in the background
  • Supports --cwd to set a custom working directory for the backend
  • Supports --session to resume a previous orchestrator session
  • Includes guidance for foreground mode and stopping services

Quick Start

Start with a basic new session in the project directory:

  • cd apps/orchestrator_3_stream && ./start_be.sh &
  • cd apps/orchestrator_3_stream && ./start_fe.sh &
  • open -a "Google Chrome" "http://127.0.0.1:5175"