<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Createitv</title>
    <description>The latest articles on DEV Community by Createitv (@createitv).</description>
    <link>https://dev.to/createitv</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F982223%2F4d50c323-57b9-4b79-8444-9d62657394e7.jpeg</url>
      <title>DEV Community: Createitv</title>
      <link>https://dev.to/createitv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/createitv"/>
    <language>en</language>
    <item>
      <title>A CTO Called It "God Mode" — Garry Tan Just Open-Sourced How He Ships 10,000 Lines of Code Per Week as a CEO</title>
      <dc:creator>Createitv</dc:creator>
      <pubDate>Wed, 18 Mar 2026 04:12:15 +0000</pubDate>
      <link>https://dev.to/createitv/a-cto-called-it-god-mode-garry-tan-just-open-sourced-how-he-ships-10000-lines-of-code-per-week-1ck7</link>
      <guid>https://dev.to/createitv/a-cto-called-it-god-mode-garry-tan-just-open-sourced-how-he-ships-10000-lines-of-code-per-week-1ck7</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Y Combinator's CEO just dropped his entire Claude Code setup on GitHub. 20,000 stars in days. One install command. Thirteen AI roles. And the internet is losing its mind.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Tweet That Broke Dev Twitter
&lt;/h2&gt;

&lt;p&gt;On March 12, 2026, Garry Tan — the man running the most powerful startup accelerator on the planet — posted a tweet that would rack up millions of impressions:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"I just open-sourced my entire Claude Code setup I used to average 10K LOC and 100 PRs per week in the last 50 days."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Within 48 hours, the GitHub repo had crossed 10,000 stars. By the time you're reading this, it's past 20,000. A CTO who tried it DM'd Tan directly: &lt;strong&gt;"Your gstack is crazy. This is like god mode."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That CTO predicted 90% of new repos would adopt it. Bold? Maybe. But when the CEO of YC drops his exact engineering workflow as a free, MIT-licensed toolkit, people pay attention.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz51cwexa4ugzwzgrr7pn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz51cwexa4ugzwzgrr7pn.jpg" alt="Garry Tan — Y Combinator CEO" width="627" height="940"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Garry Tan — Y Combinator CEO, builder, and now apparently a 10,000-LOC-per-week machine. (Photo: Y Combinator)&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  So What Exactly Is gstack?
&lt;/h2&gt;

&lt;p&gt;Here's the core insight: &lt;strong&gt;most people use Claude Code like a really smart intern — they tell it what to do, one thing at a time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Garry Tan uses it like a &lt;strong&gt;full engineering team&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;gstack is a collection of 13 specialized "skills" (slash commands) that turn Claude Code into distinct engineering roles. Each command triggers a different persona with different expertise, different priorities, and different failure modes to watch for.&lt;/p&gt;

&lt;p&gt;Think of it this way: at a well-run startup, the CEO doesn't do code review. The QA engineer doesn't make product decisions. The release manager doesn't debate architecture. &lt;strong&gt;gstack encodes this separation of concerns into AI behavior.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One install command. Pure Markdown files. No dependencies beyond Claude Code itself (and Bun for the browser features). Nothing touches your PATH. Nothing runs in the background.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;cd&lt;/span&gt; ~/.claude/skills/gstack &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; ./setup
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it. You now have access to 13 engineering roles.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 13 Roles: Your AI Engineering Team
&lt;/h2&gt;

&lt;p&gt;Here's what you get:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;th&gt;What It Actually Does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/plan-ceo-review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;CEO / Founder&lt;/td&gt;
&lt;td&gt;Challenges your assumptions. Asks "what's the 10-star version of this?" before you write a single line&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/plan-eng-review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Engineering Manager&lt;/td&gt;
&lt;td&gt;Locks architecture, data flows, edge cases. Generates diagrams.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/plan-design-review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Senior Designer&lt;/td&gt;
&lt;td&gt;Runs an 80-item design audit. Catches "AI slop" — those generic, soulless UI patterns&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/design-consultation&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Design Partner&lt;/td&gt;
&lt;td&gt;Builds design systems from scratch&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Staff Engineer&lt;/td&gt;
&lt;td&gt;Finds production bugs. Auto-fixes obvious issues. Found an XSS vulnerability that an entire human team missed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/ship&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Release Engineer&lt;/td&gt;
&lt;td&gt;Syncs main, runs tests, opens PRs. One command to ship&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/browse&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;QA Engineer&lt;/td&gt;
&lt;td&gt;Launches a real Chromium browser. 200ms response time. Sees your app the way users do&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/qa&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;QA Lead&lt;/td&gt;
&lt;td&gt;Tests your app, finds bugs, generates regression tests, verifies fixes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/qa-only&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;QA Reporter&lt;/td&gt;
&lt;td&gt;Reports bugs without touching code&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/qa-design-review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Designer + Coder&lt;/td&gt;
&lt;td&gt;Design audit → implementation → before/after screenshots&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/setup-browser-cookies&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Session Manager&lt;/td&gt;
&lt;td&gt;Imports real browser cookies for authenticated testing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/retro&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Eng Manager&lt;/td&gt;
&lt;td&gt;Analyzes your commit history. Tracks what you planned vs. what you actually shipped&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;/document-release&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Technical Writer&lt;/td&gt;
&lt;td&gt;Auto-updates stale documentation&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Browser Skill: This Is the Real Magic
&lt;/h2&gt;

&lt;p&gt;Everyone talks about the slash commands. But the most technically impressive part of gstack is &lt;code&gt;/browse&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Most AI coding tools that "see" your app launch a fresh browser instance every time, wait 3-5 seconds for it to spin up, then grab a screenshot. It's slow, it bloats your context window, and it's painful at scale.&lt;/p&gt;

&lt;p&gt;Tan built something different: a &lt;strong&gt;persistent headless Chromium daemon&lt;/strong&gt; that communicates over localhost HTTP. Cold start is 3-5 seconds. But after that? &lt;strong&gt;Every subsequent call runs in ~200ms.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's 20x faster than the default Chrome MCP approach, with zero context bloat.&lt;/p&gt;

&lt;p&gt;This is what unlocked &lt;code&gt;/qa&lt;/code&gt; — Tan's self-described "massive unlock." Before the browser skill, AI code review was blind. After it? &lt;strong&gt;"Claude Code saying 'I SEE THE ISSUE' and then actually fixing it, generating a regression test, and verifying the fix — that changed how I work. The agent has eyes now."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvmx5m4wt0favavpuhrmq.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvmx5m4wt0favavpuhrmq.jpg" alt="Claude Code — the agentic coding tool that powers gstack" width="800" height="420"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Claude Code — the terminal-native AI coding agent that gstack builds on top of. (Image: Anthropic)&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Workflow: One Feature Request, Full Pipeline
&lt;/h2&gt;

&lt;p&gt;Here's what happens when you use gstack on a single feature request:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/plan-ceo-review&lt;/code&gt;&lt;/strong&gt; — Rethinks the product angle. "You asked for a settings page. What if it's actually an onboarding flow?"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/plan-design-review&lt;/code&gt;&lt;/strong&gt; — 80-item design audit catches AI-generated UI patterns before they ship&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/plan-eng-review&lt;/code&gt;&lt;/strong&gt; — Architecture locked. Data flows mapped. Edge cases documented. Diagrams generated.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coding happens&lt;/strong&gt; — Claude Code writes ~2,400 lines across 11 files&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/review&lt;/code&gt;&lt;/strong&gt; — Staff-engineer-level code review. Catches a race condition. Auto-fixes it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/qa&lt;/code&gt;&lt;/strong&gt; — Opens a real browser. Clicks through the feature. Finds a preview rendering bug. Fixes it. Generates 9 regression tests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/ship&lt;/code&gt;&lt;/strong&gt; — Syncs with main, runs full test suite, opens a clean PR&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From idea to pull request. One person. One AI. Multiple specialized roles.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Numbers That Made People Lose Their Minds
&lt;/h2&gt;

&lt;p&gt;Using this exact setup, over a 50-day period:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;10,000+ lines of code per week&lt;/strong&gt; (some days hitting 20,000)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;100 pull requests per week&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;1,237 GitHub contributions&lt;/strong&gt; in 2026 alone&lt;/li&gt;
&lt;li&gt;All while running Y Combinator full-time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The before-and-after is striking. Here's Garry Tan's GitHub contribution graph from 2013 — when he was a full-time engineer:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F91mze0uh89oke5lo0ygh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F91mze0uh89oke5lo0ygh.png" alt="Garry Tan GitHub contributions in 2013 — 772 contributions as a full-time engineer" width="800" height="228"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;2013: 772 contributions as a full-time engineer at Initialized Capital.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;And here's 2026 — as a part-time coder running YC:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2m9ksavklrejyjtw3vjn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2m9ksavklrejyjtw3vjn.png" alt="Garry Tan GitHub contributions in 2026 — 1,237 contributions while running YC full-time" width="800" height="212"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;2026: 1,237 contributions and counting — while serving as CEO of Y Combinator. The dark green blocks in Jan-Mar tell the story.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Let that sink in. The CEO of the world's most famous startup accelerator is out-shipping most engineering teams — as a side activity. And he's coding more now, as a CEO, than he did as a full-time engineer 13 years ago.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Controversy: "It's Just a Bunch of Prompts"
&lt;/h2&gt;

&lt;p&gt;Not everyone was impressed.&lt;/p&gt;

&lt;p&gt;YouTuber Mo Bitar released a video titled &lt;em&gt;"AI is making CEOs delusional,"&lt;/em&gt; calling gstack "essentially a bunch of prompts in a text file."&lt;/p&gt;

&lt;p&gt;On Product Hunt, one commenter wrote: &lt;em&gt;"Garry, let's be clear and honest: if you weren't the CEO of YC, this wouldn't be on PH."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The critics aren't entirely wrong. gstack is Markdown files. There's no proprietary technology. Any experienced Claude Code user has probably built some version of this workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But that's exactly the point.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The value of gstack isn't that it contains secret sauce. It's that it represents an &lt;strong&gt;opinionated, battle-tested workflow&lt;/strong&gt; from someone who has actually shipped thousands of PRs with it. Instead of every developer spending weeks assembling their own prompts from tweets and blog posts, you get a working baseline in one command.&lt;/p&gt;

&lt;p&gt;It's the difference between "everyone can build a web framework" and Rails. The opinion is the product.&lt;/p&gt;
&lt;h2&gt;
  
  
  Why This Actually Matters
&lt;/h2&gt;

&lt;p&gt;Here's the bigger picture that most people are missing:&lt;/p&gt;

&lt;p&gt;As AI coding tools mature, &lt;strong&gt;the models are converging&lt;/strong&gt;. Claude, GPT, Gemini — they'll all write decent code. The differentiation is shifting from the models themselves to the &lt;strong&gt;workflows built on top of them.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Claude Code's skill system. Cursor's rules. Copilot's instructions. These are all mechanisms for encoding human expertise into AI behavior. And gstack is the first viral example of an &lt;strong&gt;opinionated skill pack&lt;/strong&gt; — a pre-built engineering philosophy you install in one command.&lt;/p&gt;

&lt;p&gt;The question isn't whether gstack's specific prompts are good. It's whether &lt;strong&gt;"skill packs" become the standard way developers configure AI tools&lt;/strong&gt;. Instead of every team reinventing their own prompts from scratch, you'd install a "stack" that reflects a particular engineering philosophy — like choosing Rails vs. Django vs. Express.&lt;/p&gt;

&lt;p&gt;We might be watching the birth of a new ecosystem.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2F1%2Fgarrytan%2Fgstack" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2F1%2Fgarrytan%2Fgstack" alt="gstack GitHub repo — 20,000+ stars and growing" width="1200" height="600"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;The gstack repo on GitHub — one of the fastest-growing developer tools of 2026. (Image: GitHub)&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How to Get Started (5 Minutes)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt; Claude Code installed, Git, Bun v1.0+ (for browser features only)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Install gstack&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;cd&lt;/span&gt; ~/.claude/skills/gstack &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; ./setup
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 2: Add to your CLAUDE.md&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The setup script will guide you through adding the gstack configuration to your project's &lt;code&gt;CLAUDE.md&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Start using commands&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start with &lt;code&gt;/plan-ceo-review&lt;/code&gt; on your next feature&lt;/li&gt;
&lt;li&gt;Try &lt;code&gt;/review&lt;/code&gt; on your latest changes&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;/qa&lt;/code&gt; to let AI actually see and test your app&lt;/li&gt;
&lt;li&gt;Ship with &lt;code&gt;/ship&lt;/code&gt; when you're ready&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; You don't have to use all 13 commands. Pick the 3-4 that match your workflow and build from there. &lt;code&gt;/review&lt;/code&gt;, &lt;code&gt;/qa&lt;/code&gt;, and &lt;code&gt;/ship&lt;/code&gt; are the power trio.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Whether you love it or hate it, gstack is a signal of where software development is heading. The future isn't about whether AI can write code — it obviously can. It's about &lt;strong&gt;how we organize AI to write code well.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Garry Tan's answer: treat it like a team, not a tool.&lt;/p&gt;

&lt;p&gt;20,000 GitHub stars suggest a lot of people agree.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
