What problem does it solve?
Setting up the authgear-server repository from scratch involves many ordered steps—installing pinned tool versions, Homebrew dependencies, building frontends, and provisioning databases—where a single missed step causes confusing failures. This Skill walks a new contributor through the entire bootstrap process with verification at each stage.
Core Features & Use Cases
- Guided step-by-step setup: Runs asdf installs, Homebrew dependency checks,
make vendor, and make setup in order, verifying each step before continuing.
- Failure containment: Stops on the first error and reports it verbatim so the user can fix the root cause instead of compounding problems.
- Environment configuration: Generates the exact shell exports (PATH, PKG_CONFIG_PATH, CGO flags) needed for builds to work on macOS.
- Use Case: A new contributor clones authgear-server on a fresh Mac and asks the AI to set up local dev; the Skill provisions Postgres, Redis, MinIO, runs migrations, and creates the bootstrap admin account, ending with working Portal and Auth UI servers.
Quick Start
Ask the AI to set up the authgear-server local development environment from scratch on this machine.