@h_bouiss: garry tan open-sourced his entire claude code setup. 23 slash commands, 7 roles, one install line. 97k stars in two mon…
Summary
Garry Tan open-sourced his Claude Code setup with 23 slash commands and 7 roles, attracting 97k stars in two months. The author spent a week exploring it and reveals insights not commonly shown.
View Cached Full Text
Cached at: 05/17/26, 10:23 PM
garry tan open-sourced his entire claude code setup. 23 slash commands, 7 roles, one install line. 97k stars in two months. i spent a week inside it. here’s what nobody is showing you.
the architecture is simple: every skill is a persona. CEO sets scope. designer catches AI slop. eng manager owns data flow. release manager ships. they pass work like a relay team, not one mega-prompt trying to do everything.
the workflow is a fixed loop: think, plan, build, review, test, ship, reflect. sounds obvious until you realize most people just type “build me X” and pray. gstack forces structure before a single line of code gets written.
the criticism is fair. half of X calls it god mode. the other half calls it a folder of prompts. both are right. it won’t replace a production skeleton. but it will replace the 3 hours you spend every project figuring out how to talk to claude.
one line installs all 23 commands into your skills folder. clone it, run setup, start with /think. that’s the entry point most people miss — they jump straight to /build and wonder why the output is mid.
full breakdown of every command, the loop, the roles, and where gstack stops:
Similar Articles
I built a free Claude Code toolkit — 64 skills, 7 agents, 16 slash commands, and auto-formatting hooks for the full engineering stack
A free open-source toolkit for Claude Code that adds 64 skills, 7 autonomous agents, 16 slash commands, and auto-formatting hooks for various programming languages.
luongnv89/claude-howto
A comprehensive, structured guide for mastering Claude Code features, including slash commands, hooks, skills, MCP servers, and subagents, with visual tutorials, copy-paste templates, and a progressive learning path from beginner to power user.
@humzaakhalid: KARPATHY JUST HANDED EVERY DEVELOPER THE EXACT FILE CLAUDE CODE NEEDED FROM DAY ONE. 65 lines. 110K stars. the cheat co…
Andrej Karpathy created CLAUDE.md, a 65-line configuration file that provides Claude Code with clear rules to avoid common pitfalls like silent assumptions and code bloat, drastically improving developer productivity.
@techNmak: Someone finally documented how to actually use Claude Code. 58K+ stars. claude-code-best-practice. Direct from Boris Ch…
A comprehensive guide with 58K+ stars on best practices for using Claude Code, covering tips from Boris Cherny and community workflows to maximize agentic engineering.
@DanKornas: Setting up Claude Code can mean piecing together agents, commands, settings, and integrations by hand. Claude Code Temp…
Claude Code Templates is an open-source collection of ready-to-use Claude Code configurations, with a CLI to install agents, commands, settings, hooks, MCPs, and skills.