From c745bbe560a4bc036305e8b250378e07862a3c29 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 29 Apr 2026 11:31:32 +0700 Subject: [PATCH] Initial commit: sandbox for trying gstack Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6cfeaa --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# try-gstack + +A sandbox repo for trying out [gstack](https://github.com/garrytan/gstack) — a collection of slash-command skills for Claude Code covering planning, code review, deploys, design, browser automation, and more. + +## Purpose + +This repo exists to experiment with gstack workflows in isolation, without polluting other projects. Use it to: + +- Explore the available gstack slash commands +- Test setup steps (`/setup-deploy`, `/setup-browser-cookies`, `/setup-gbrain`) +- Try planning and review flows (`/plan-eng-review`, `/plan-design-review`, `/review`, `/ship`) +- Practice with the `/browse` skill instead of `mcp__claude-in-chrome__*` tools + +## Installing gstack + +```sh +git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git ~/.claude/skills/gstack +cd ~/.claude/skills/gstack && ./setup +``` + +See `CLAUDE.md` for the project-level convention on which gstack skills are in scope here.