start-orchestrator

Start Orchestrator 3 Stream backend and frontend in background mode.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill start-orchestrator-deachne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-orchestrator
Source: https://github.com/deachne/Indy-Dev-Dan-agents/tree/main/.claude/skills/start-orchestrator
Command: npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill start-orchestrator-deachne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill starts the Orchestrator 3 Stream application (backend and frontend) in background mode and provides commands for resuming sessions and controlling working directories.

Core Features & Use Cases

  • Background startup: Starts both backend and frontend services in background.
  • Session support: Accepts --session and --cwd flags for resuming sessions or setting working directories.
  • Open UI: Provides a quick path to open the orchestrator UI.

Quick Start

Run the start commands from the project root:

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