Garrytan/gstack: Garry Tan의 정확한 Claude Code 설정 사용: 독보적인 15가지 도구

hackernews | | 📦 오픈소스
#ai 개발 #andrej karpathy #claude #claude code #gstack #review #코드 생성
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

Y Combinator CEO 게리 탠(Garry Tan)은 자신이 개발한 오픈소스 도구 'gstack'을 통해 단 시간에 수십만 줄의 코드를 작성하며 1인 개발자가 기존 개발 팀의 효율성을 압도할 수 있음을 입증했습니다. 이 도구는 Claude Code를 가상의 엔지니어링 팀으로 변화시켜 기획, 설계, QA, 보안 감사 등 20개 이상의 전문 역할을 자동으로 수행하도록 지원합니다. 사용자는 간단한 설치 과정을 통해 AI 에이전트의 능력을 최대한 활용할 수 있으며, 탠은 이를 통해 약 2개월 간 60만 줄이 넘는 코드를 생산했습니다.

본문

"I don't think I've typed like a line of code probably since December, basically, which is an extremely large change." — Andrej Karpathy, No Priors podcast, March 2026 When I heard Karpathy say this, I wanted to find out how. How does one person ship like a team of twenty? Peter Steinberger built OpenClaw — 247K GitHub stars — essentially solo with AI agents. The revolution is here. A single builder with the right tooling can move faster than a traditional team. I'm Garry Tan, President & CEO of Y Combinator. I've worked with thousands of startups — Coinbase, Instacart, Rippling — when they were one or two people in a garage. Before YC, I was one of the first eng/PM/designers at Palantir, cofounded Posterous (sold to Twitter), and built Bookface, YC's internal social network. gstack is my answer. I've been building products for twenty years, and right now I'm shipping more code than I ever have. In the last 60 days: 600,000+ lines of production code (35% tests), 10,000-20,000 lines per day, part-time, while running YC full-time. Here's my last /retro across 3 projects: 140,751 lines added, 362 commits, ~115k net LOC in one week. 2026 — 1,237 contributions and counting: 2013 — when I built Bookface at YC (772 contributions): Same person. Different era. The difference is the tooling. gstack is how I do it. It turns Claude Code into a virtual engineering team — a CEO who rethinks the product, an eng manager who locks architecture, a designer who catches AI slop, a reviewer who finds production bugs, a QA lead who opens a real browser, a security officer who runs OWASP + STRIDE audits, and a release engineer who ships the PR. Twenty-three specialists and eight power tools, all slash commands, all Markdown, all free, MIT license. This is my open source software factory. I use it every day. I'm sharing it because these tools should be available to everyone. Fork it. Improve it. Make it yours. And if you want to hate on free open source software — you're welcome to, but I'd rather you just try it first. Who this is for: - Founders and CEOs — especially technical ones who still want to ship - First-time Claude Code users — structured roles instead of a blank prompt - Tech leads and staff engineers — rigorous review, QA, and release automation on every PR - Install gstack (30 seconds — see below) - Run /office-hours — describe what you're building - Run /plan-ceo-review on any feature idea - Run /review on any branch with changes - Run /qa on your staging URL - Stop there. You'll know if this is for you. Requirements: Claude Code, Git, Bun v1.0+, Node.js (Windows only) Open Claude Code and paste this. Claude does the rest. Install gstack: run git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup then add a "gstack" section to CLAUDE.md that says to use the /browse skill from gstack for all web browsing, never use mcp__claude-in-chrome__* tools, and lists the available skills: /office-hours, /plan-ceo-review, /plan-eng-review, /plan-design-review, /design-consultation, /design-shotgun, /design-html, /review, /ship, /land-and-deploy, /canary, /benchmark, /browse, /connect-chrome, /qa, /qa-only, /design-review, /setup-browser-cookies, /setup-deploy, /retro, /investigate, /document-release, /codex, /cso, /autoplan, /careful, /freeze, /guard, /unfreeze, /gstack-upgrade, /learn. Then ask the user if they also want to add gstack to the current project so teammates get it. Add gstack to this project: run cp -Rf ~/.claude/skills/gstack .claude/skills/gstack && rm -rf .claude/skills/gstack/.git && cd .claude/skills/gstack && ./setup then add a "gstack" section to this project's CLAUDE.md that says to use the /browse skill from gstack for all web browsing, never use mcp__claude-in-chrome__* tools, lists the available skills: /office-hours, /plan-ceo-review, /plan-eng-review, /plan-design-review, /design-consultation, /design-shotgun, /design-html, /review, /ship, /land-and-deploy, /canary, /benchmark, /browse, /connect-chrome, /qa, /qa-only, /design-review, /setup-browser-cookies, /setup-deploy, /retro, /investigate, /document-release, /codex, /cso, /autoplan, /careful, /freeze, /guard, /unfreeze, /gstack-upgrade, /learn, and tells Claude that if gstack skills aren't working, runcd .claude/skills/gstack && ./setup to build the binary and register skills. Real files get committed to your repo (not a submodule), so git clone just works. Everything lives inside .claude/ . Nothing touches your PATH or runs in the background. Contributing or need full history? The commands above use --depth 1 for a fast install. If you plan to contribute or need full git history, do a full clone instead:git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack gstack works on any agent that supports the SKILL.md standard. Skills live in .agents/skills/ and are discovered automatically. Install to one repo: git clone --single-branch --depth 1 https:/

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →