gt2gh
Installation
SKILL.md
gt2gh
Command identity and discovery
- Keep
gt2ghas the project, repository, skill, release-asset, and Homebrew formula name. Homebrew installs the executable asg2g; source builds and unrenamed release archives usegt2gh. - At the start of a task, reuse a usable command already resolved in the task
context. Otherwise, discover it once locally: try
g2g --versionfirst, thengt2gh --version. Select the first command that succeeds. If neither works, state that the user must installbrew install shhac/tap/gt2ghor provide a source/release-archivegt2ghbinary; do not assume either command exists. - Record the selected command as the task's
GT2GH_CMDand use it for every later invocation. Do not re-detect it unless it fails or the environment changes. Useg2gin Homebrew examples andgt2ghin source/archive examples.