AI Skills / GStack

Free interactive guide

GStack, explained for founders, not just engineers

Garry Tan (President and CEO of Y Combinator) open-sources his exact Claude Code setup: over 40 slash-command skills covering planning, design, code review, QA, shipping, documentation, and even native iOS testing. It has passed 119,000 GitHub stars. Here is what it actually does, organized by function, and how to get it working for you, whether you write the code yourself or just manage the people who do.

Why this matters if you don't write the code yourself

Most AI coding tools give you one blurry, do-everything assistant. GStack's whole idea is the opposite: dozens of explicit "modes", founder thinking, design taste, engineering rigor, paranoid code review, mechanical shipping, QA, security, documentation, each switched on with a slash command, so the AI is never trying to be all of those at once.

It is bigger than a coding tool now. Real design skills (building a design system, generating mockup options, auditing against Human Interface Guidelines) and real documentation skills (writing docs from scratch, keeping them current) sit alongside the engineering ones. For a founder, that matters two ways. If you write your own code, it is a structured way to get team-level rigor without a team. If you don't, it is a vocabulary for asking your engineers better questions: "did you run /review on that?" is a very different conversation than "is the code good?"

Which of these is you?

Tap one. The advice changes depending on where you sit.

How the skills fit together

They're designed to be used in this order, following the natural rhythm of shipping a feature.

Think
Plan
Build
Review
Test
Ship
Reflect

That's GStack's own framing of the sprint loop. Each phase groups several skills, use the filters below to see every skill inside each one. Two categories, Safety & Maintenance and iOS, sit outside this loop as utilities you reach for as needed rather than every sprint.

All 42 skills, grouped by what they do

Filter by category, then tap any command to expand it.

Showing 42 of 42 skills

Plan

Before code gets written: reframe the request, lock the architecture, write the spec.

What it does: Six forcing questions that reframe your product before you write code. Pushes back on your framing, challenges premises, and generates implementation alternatives. Produces a design doc every downstream skill reads.

When to use it: The very first thing you run on a new idea, before any planning or code.

Founder read: The outside perspective a solo founder does not get in a garage: someone asking "are you sure that's the real problem?" before you spend a week on the wrong one.

Design

Building or auditing what users actually see.

Review & Debug

Finding what's wrong before or after it ships.

Test & QA

Actually checking the product works, in a real browser.

Ship & Deploy

Getting reviewed code into production.

Document

Keeping docs, PDFs, and diagrams honest and current.

Team & Memory

Retrospectives, and what the AI remembers about your codebase.

Safety & Maintenance

Guardrails, and keeping GStack itself up to date.

iOS

Testing against a real, connected iPhone. Skip this whole group if you're web-only.

Getting it installed

Requires Claude Code, Git, Bun v1.0+, and (Windows only) Node.js. Free, MIT-licensed, works on macOS, Linux, and Windows 11 (via Git Bash or WSL).

git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup

To share it with a team, run the team-mode setup from inside your repo instead. It bootstraps the repo so teammates get GStack automatically, with no vendored files and no manual upgrades:

(cd ~/.claude/skills/gstack && ./setup --team) && ~/.claude/skills/gstack/bin/gstack-team-init required

Full details are in the official GStack repo.

Free download

GStack for Founders: the skills cheat sheet

Every skill, grouped by function, plus the install command and the workflow order, on a compact printable reference. Pin it above your desk or send it to your engineers.

One-click download, plus the occasional founder-focused email. Unsubscribe anytime.

Want it actually set up and translated for your board, not just installed?

I coach technical and first-time founders on exactly this kind of thing: getting real leverage out of AI-native workflows without pretending you're running a bigger engineering org than you are.

See coaching

Frequently asked questions

Quick answers on what GStack is, who it's for, and what it costs.

GStack is an independent, open-source project by Garry Tan (President and CEO, Y Combinator), unaffiliated with Anthropic. Source and license: github.com/garrytan/gstack.

Have questions about GStack, or want it set up properly?

Tell me where you're stuck

Whether you want a second opinion on your setup, help getting your team using it well, or just have a question about whether this is worth your time, drop me a note.

Get in touch

Enter the sum of the two numbers shown in the label.