orchestrator

Automate GitHub sync workflows via a system-wide orchestrator CLI.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gabrielkoerich/skills --skill orchestrator-gabrielkoerich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/gabrielkoerich/skills/tree/main/orchestrator
Command: npx skills add https://github.com/gabrielkoerich/skills --skill orchestrator-gabrielkoerich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Thin operational wrapper for a system-wide orchestrator CLI. Use when running and checking orchestrator <command> workflows without duplicating orchestration logic in the skill.

Core Features & Use Cases

  • Minimal, system-wide orchestrator wrapper that executes orchestrator commands consistently from scripts.
  • Provides reconcile and health-check workflows to keep GitHub mappings in sync.
  • Use cases include automation in CI/CD or agent workflows to run orchestrator commands from a unified interface.

Quick Start

Install the orchestrator binary on PATH and run the setup script to configure environment and begin using the reconcile and check-drift scripts.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I automate GitHub sync workflows from a CLI?

To automate GitHub sync workflows, you can use a wrapper to execute system-wide orchestrator commands. It runs reconcile and health-check scripts to keep repository mappings in sync without duplicating orchestration logic.

Do I need an external binary to run orchestrator health checks?

Yes, running orchestrator health checks requires the orchestrator binary installed on your system PATH. The wrapper relies on this external executable to execute status checks and operation commands across project repositories.

What is the best way to execute orchestrator commands in CI/CD pipelines?

The best way to execute orchestrator commands in CI/CD pipelines is using a minimal wrapper. It provides a unified interface to run scripts for reconcile and check-drift tasks with proper error handling.

How do I check drift in GitHub repository mappings?

You check drift in GitHub repository mappings by running the check-drift scripts provided by the wrapper. These scripts interact with the external orchestrator to verify status and ensure mappings are reconciled.

Can I use this wrapper if my automation logic is already handled by another tool?

No, you should not use this wrapper if another tool already handles your orchestration logic. It is designed as a thin operational layer for environments where an external orchestrator binary manages syncing and operations.

Why does my orchestrator wrapper command fail to run?

Your orchestrator wrapper command fails to run if the orchestrator binary is not installed on your system PATH. You must install the binary and run the setup script to configure the environment before executing commands.