gstack – Garry Tan의 Claude 코드 설정
hackernews
|
|
🔬 연구
#andrej karpathy
#claude
#garry tan
#gstack
#review
#코드 생성
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
gstack은 클로드 코드를 개별 전문가 팀으로 변신시켜, 슬래시 명령어를 통해 계획 수립, 코드 리뷰, 배포, QA 테스트 등의 업무를 전문화된 모드로 수행할 수 있게 합니다. 이를 통해 단순 요청만 수행하던 기존 방식의 한계를 넘어 제품 기획의 검증부터 자동화된 테스트와 브라우저 자동화까지 일관된 워크플로우를 구현할 수 있습니다. 특히 Conductor와 연동하면 10개의 격리된 세션을 병렬로 실행하여 동시에 다양한 작업을 처리하는 고성능 개발 환경을 구축할 수 있습니다.
본문
"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를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유