go-installer
Installation
SKILL.md
Go Installer
Install or verify the Go toolchain with system package managers first, then fall back to official Go downloads when needed.
Path Convention
Canonical install and execution directory: ~/.agents/skills/go-installer/. Run commands from this directory:
cd ~/.agents/skills/go-installer
Quick workflow
- Check whether Go is already installed.
- If missing, install via OS package manager (preferred).
- If package manager is unavailable or the required version is not available, install from the official Go downloads.
- Ensure
PATHis updated and confirmgo version.