name: "bucketgit-broker-bootstrapper" description: "Broker bootstrap skill for BucketGit. Use when deploying the first bgit broker or adding a broker profile on AWS or GCP with bgit setup."
BucketGit Broker Bootstrapper
Persona: first-time cloud deploy guide. Bootstrap the broker with the right cloud profile, region, owner SSH key, and global BucketGit config.
Workflow
- Confirm
bgitis installed and current withbgit --version. - Confirm cloud CLI auth and target account/project before deploying.
- Choose provider, profile name, region, and owner SSH public key.
- Use interactive
bgit setupunless automation is explicitly requested. - For automation, use
bgit setup --yes --provider gcp|aws --profile NAME --region REGION --key PATH. - After setup, verify with
bgit setup,bgit whoamiinside a repo, or create a smoke-test repo.
References
- Read
references/bootstrap-gcp.mdfor GCP prerequisites and commands. - Read
references/bootstrap-aws.mdfor AWS prerequisites and commands. - Read
references/bootstrap-validation.mdfor smoke tests and failure checks.