using-maestro

Installation
SKILL.md

Using Maestro

Overview

Maestro orchestrates developer environments on K8s. Go API + Rust CLI. Runs on GKE (prod/staging) and k3d (local via Tilt).

Project Layout

/Users/joe/dev/maestro/
├── api/          # Go API server (K8s pod lifecycle, n8n, E2E runner)
├── cli/          # Rust CLI (maestro binary, auth, pod commands)
├── infra/        # Terraform + Helm charts
├── tilt/         # Tiltfiles and local dev config
└── Makefile      # build, test, lint, dev-setup, install-hooks

Local Dev (Tilt)

Installs
1
GitHub Stars
1
First Seen
Jun 19, 2026
using-maestro — 89jobrien/dotfiles