Skip to content

topshark-jim/gstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gstack Universal Skills

Deterministic universal conversion of the upstream gstack skill pack into a multi-skill repo that installs cleanly with npx skills.

Install

npx skills add https://github.com/topshark-jim/gstack -g --all -y

On this machine the global install path resolves to ~/.agents/skills through the existing Codex symlink.

Included Skills

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:

  • browse
  • plan-ceo-review
  • plan-eng-review
  • qa
  • retro
  • review
  • setup-browser-cookies
  • ship

browse Dependency

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.

Upstream Sync

Re-run the full conversion against the latest upstream state with one command:

./scripts/sync-upstream.sh

That command fetches upstream/main, regenerates skills/*, updates UPSTREAM_COMMIT, runs validation, and refreshes the global installed copies under ~/.agents/skills.

Validation

./scripts/validate.sh

About

Use Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager and QA Engineer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.9%
  • Shell 10.1%