Start Orchestrator

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

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/mhmdsamir92/research-agent --skill start-orchestrator-mhmdsamir92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Start Orchestrator
Source: https://github.com/mhmdsamir92/research-agent/tree/main/.claude/skills/start-orchestrator
Command: npx skills add https://github.com/mhmdsamir92/research-agent --skill start-orchestrator-mhmdsamir92

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the startup process for the Orchestrator 3 Stream application, ensuring both its backend and frontend components are running efficiently.

Core Features & Use Cases

  • Background Service Startup: Launches backend (FastAPI) and frontend (Vue/Vite) servers in the background.
  • Session Resumption: Supports resuming previous sessions using a session ID.
  • Customizable Working Directory: Allows specifying a custom working directory for the backend.
  • Use Case: When a user asks to "start the orchestrator" or "launch the UI", this skill handles the necessary commands to get the application running and accessible.

Quick Start

Start the orchestrator application in the background.

Frequently Asked Questions about Start Orchestrator

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

FAQPage Schema
How do I start a FastAPI backend and Vue frontend application in the background?

To start a FastAPI backend and Vue frontend application in the background, you need an orchestrator that launches both services concurrently, managing Python and Node.js dependencies to provide accessible UI endpoints.

What prerequisites are needed to launch an application with FastAPI and Vue?

Launching an application with FastAPI and Vue requires a running PostgreSQL database, Python managed with uv, and Node.js with npm installed to handle backend and frontend service dependencies.

Can I resume a previous backend session using a session ID?

Yes, you can resume a previous backend session by passing a session ID via the --session flag during application startup, allowing the orchestrator to restore the prior operational state.

How do I specify a custom working directory for a backend application launch?

You can specify a custom working directory for a backend application launch by using the --cwd flag, ensuring the FastAPI server operates from your desired project root context.

Why does my application startup fail when launching the backend and frontend services?

Application startup fails when launching backend and frontend services if the PostgreSQL database is not running, or if Python with uv and Node.js with npm dependencies are not properly installed.

What is the best way to orchestrate a full stack FastAPI and Vue Vite application?

The best way to orchestrate a full stack FastAPI and Vue Vite application is using a startup script that initiates both servers in background mode, handling session resumption and custom directory configurations.