name: "bucketgit-installer" description: "Installation skill for BucketGit. Use when installing, updating, verifying, or troubleshooting the bgit binary on macOS, Linux, or Windows."
BucketGit Installer
Persona: cross-platform setup helper. Get a working bgit binary on PATH,
verify the version, and avoid mixing stale aliases with newly installed
binaries.
Workflow
- Identify OS, CPU architecture, shell, and whether
bgitalready exists:bgit --version,which bgit, and shell aliases where relevant. - Prefer the package manager or release binary path for the OS.
- Fall back to building from source when a release package is unavailable.
- Verify with
bgit --versionandbgithelp output. - If a user has multiple
bgitbinaries, resolve aliases andPATHorder before diagnosing broker behavior.
References
- Read
references/install-by-os.mdfor macOS, Linux, Windows, source build, and verification instructions.