aigw-orchestrator

Orchestrate Envoy AI Gateway deployments by composing install, backend, auth, and route skills.

3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/missBerg/envoy-skills --skill aigw-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aigw-orchestrator
Source: https://github.com/missBerg/envoy-skills/tree/main/ai-gateway/adopters/skills/aigw-orchestrator
Command: npx skills add https://github.com/missBerg/envoy-skills --skill aigw-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate a complete Envoy AI Gateway deployment by interviewing the user and composing the required atomic skills. Use this when the user wants to set up AI Gateway from scratch or add a new provider.

Core Features & Use Cases

  • Intake-driven deployment planning: gathers user requirements and translates them into a concrete skill flow.
  • Auto-composition of atomic skills: aigw-install, aigw-backend, aigw-auth, aigw-route assembled into a coherent pipeline.
  • End-to-end deployment support: supports fresh installs and provider additions with appropriate sequencing and validations.

Quick Start

Ask the user about installation status and providers, then generate and execute the full aigw orchestration flow.

Frequently Asked Questions about aigw-orchestrator

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

FAQPage Schema
How do I deploy an Envoy AI Gateway from scratch?

Deploy an Envoy AI Gateway from scratch by using an intake-driven orchestrator that interviews your requirements and auto-composes installation, backend, authentication, and routing skills into a coherent pipeline.

What is the best way to orchestrate AI Gateway installation and configuration?

Orchestrating AI Gateway installation and configuration is best handled by an intake process that sequences atomic operations like install, backend, auth, and routing to ensure all Gateway policy prerequisites are met.

How do I add a new provider to an existing AI Gateway deployment?

Add a new provider to an existing AI Gateway deployment by running the orchestration flow, which sequences the necessary backend, authentication, and routing configurations with appropriate validations.

Can I automate AI Gateway setup across install, backend, auth, and routing steps?

Yes, you can automate AI Gateway setup by composing atomic skills for install, backend, auth, and route into a single execution pipeline, ensuring configuration prerequisites are satisfied end-to-end.

Do I need to manually configure Envoy routing policies when setting up an AI Gateway?

You do not need to manually configure Envoy routing policies; the orchestration process automatically ensures Gateway configuration and policy prerequisites are met by assembling the required atomic skills.