Deterministic universal conversion of the upstream gstack skill pack into a multi-skill repo that installs cleanly with npx skills.
npx skills add https://github.com/topshark-jim/gstack -g --all -yOn this machine the global install path resolves to ~/.agents/skills through the existing Codex symlink.
All skills present in upstream gstack are synced automatically during conversion, with a few repository-specific adaptations (for browse, and path normalization).
At the moment this includes:
browseplan-ceo-reviewplan-eng-reviewqaretroreviewsetup-browser-cookiesship
browse uses the existing agent-browser CLI instead of the upstream bundled browser. Make sure agent-browser is on PATH, and run agent-browser install once if browser binaries are missing.
Re-run the full conversion against the latest upstream state with one command:
./scripts/sync-upstream.shThat command fetches upstream/main, regenerates skills/*, updates UPSTREAM_COMMIT, runs validation, and refreshes the global installed copies under ~/.agents/skills.
./scripts/validate.sh