garrytan/gstack (Garry Tan's Claude Code skill suite)
What it is. Garry Tan's gstack: a suite of opinionated Claude Code skills that act as CEO, designer, engineering manager, release manager, documentation engineer, and QA (plan reviews, design review, browse and qa via a headless browser daemon, investigate, review, ship, land-and-deploy, retro, office hours, iOS QA and design review, gbrain setup), plus a router skill, OpenClaw ports, and a browser-skill example. The repository turned out to be public under MIT, so every SKILL.md is reproduced here; several are long and continue across part pages.
| Upstream | garrytan/gstack |
| License | MIT |
| Author | Garry Tan |
| Stars (at fetch) | 132,406 |
| Fetched | 2026-09-10 |
Install
git clone https://github.com/garrytan/gstack ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setupinstalls the suite for Claude Code (and, via flags, Codex and Factory); the skills share abin/directory and thebrowsedaemon, so single-skill copies mostly do not work on their own.npx skills add garrytan/gstack --skill <name>copies one skill folder if you only want the text.
Skills
Each skill below has its own wiki page with the SKILL.md text reproduced verbatim (59 skills, 80 pages). Skills longer than one page continue on part-2 and part-3 pages; test/fixtures copies are not reproduced.
- gstack — Router for the gstack skill suite. (gstack)
- autoplan — Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. (gstack) (2 pages)
- benchmark-models — Cross-model benchmark for gstack skills. (gstack)
- benchmark — Performance regression detection. (gstack)
- browse — Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack)
- hackernews-frontpage — Scrape the Hacker News front page (titles, points, comment counts).
- canary — Post-deploy canary monitoring. (gstack)
- careful — Safety guardrails for destructive commands. (gstack)
- codex — OpenAI Codex CLI wrapper — three modes. (gstack) (2 pages)
- context-restore — Restore working context saved earlier by /context-save. (gstack)
- context-save — Save working context. (gstack)
- cso — Chief Security Officer mode. (gstack) (2 pages)
- design-consultation — Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack) (2 pages)
- design-html — Design finalization: generates production-quality Pretext-native HTML/CSS. (gstack)
- design-review — Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. (gstack) (3 pages)
- design-shotgun — Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)
- devex-review — Live developer experience audit. (gstack) (2 pages)
- diagram — Turn an English description (or mermaid source) into a diagram triplet: the source, an editable .excalidraw file you can open on excalidraw.com, and rendered SVG + PNG. (gstack)
- document-generate — Generate missing documentation from scratch for a feature, module, or entire project. (gstack)
- document-release — Post-ship documentation update. (gstack)
- freeze — Restrict file edits to a specific directory for the session. (gstack)
- gstack-upgrade — Upgrade gstack to the latest version.
- guard — Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
- health — Code quality dashboard. (gstack)
- investigate — Systematic debugging with root cause investigation. (gstack)
- ios-clean — Remove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)
- ios-design-review — Visual design audit for iOS apps on real hardware. (gstack)
- ios-fix — Autonomous iOS bug fixer. (gstack)
- ios-qa — Live-device iOS QA for SwiftUI apps. (gstack)
- ios-sync — Regenerate the iOS debug bridge against the latest upstream gstack templates. (gstack)
- land-and-deploy — Land and deploy workflow. (gstack) (2 pages)
- landing-report — Read-only queue dashboard for workspace-aware ship. (gstack)
- learn — Manage project learnings.
- make-pdf — Turn any markdown file into a publication-quality PDF. (gstack)
- office-hours — YC Office Hours — two modes. (gstack) (2 pages)
- open-gstack-browser — Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in.
- gstack-openclaw-ceo-review — Use when asked to review a plan, challenge a proposal, run a CEO review, poke holes in an approach, think bigger about scope, or decide whether to expand or reduce the plan.
- gstack-openclaw-investigate — Use when asked to debug, fix a bug, investigate an error, or do root cause analysis, and when users report errors, stack traces, unexpected behavior, or say something stopped working.
- gstack-openclaw-office-hours — Use when asked to brainstorm, evaluate whether an idea is worth building, run office hours, or think through a new product idea or design direction before any code is written.
- gstack-openclaw-retro — Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware with per-person contributions, praise, and growth areas. Use when asked for weekly retro, what shipped this week, or engineering retrospective.
- pair-agent — Pair a remote AI agent with your browser. (gstack)
- plan-ceo-review — CEO/founder-mode plan review. (gstack) (2 pages)
- plan-design-review — Designer's eye plan review — interactive, like CEO and Eng review. (gstack) (2 pages)
- plan-devex-review — Interactive developer experience plan review. (gstack) (2 pages)
- plan-eng-review — Eng manager-mode plan review. (gstack) (2 pages)
- plan-tune — Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack) (2 pages)
- qa-only — Report-only QA testing. (gstack) (2 pages)
- qa — Systematically QA test a web application and fix bugs found. (gstack) (2 pages)
- retro — Weekly engineering retrospective. (gstack) (2 pages)
- review — Pre-landing PR review. (gstack) (2 pages)
- scrape — Pull data from a web page through the Aside browser — your real, already signed-in sessions. (gstack)
- setup-browser-cookies — Import cookies from your real Chromium browser into the headless browse session. (gstack)
- setup-deploy — Configure deployment settings for /land-and-deploy.
- setup-gbrain — Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack) (2 pages)
- ship — Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack) (2 pages)
- skillify — Codify the most recent successful /scrape flow into a permanent browser-skill on disk. (gstack)
- spec — Turn vague intent into a precise, executable spec in five phases. (gstack) (2 pages)
- sync-gbrain — Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. (gstack)
- unfreeze — Clear the freeze boundary set by /freeze, allowing edits to all directories again. (gstack)
Back to Agent skills.