eg
Installation
SKILL.md
Using env-garden (eg) from an agent
eg switches environments between named profiles (.env.<name> in
~/.config/env-garden). As an agent you cannot change the user's interactive
shell, so use the subprocess and diagnostic verbs only.
Install eg if it's missing
This skill may be installed before the eg CLI itself. If eg is not on PATH
(command -v eg fails), install it before running anything else:
# macOS / Linux with Homebrew (preferred)
brew install stjbrown/tap/eg
# no Homebrew — official install script
curl -fsSL https://raw.githubusercontent.com/stjbrown/env-garden/main/install.sh | sh