Fetching from the wire…
Top 5 · 2026-04-24 · source-backed
Y Combinator CEO Garry Tan open-sourced GStack and the repo hit 10,000 GitHub stars in 48 hours. That makes it one of the fastest-growing dev tools of 2026.
GStack is a 23-tool MIT-licensed toolkit that turns Claude Code into role-based agents: CEO, Designer, QA, Release Manager. Tan claims he's averaging 10K lines of code and 100 PRs per week using this setup. Those are extraordinary numbers for a solo workflow, and I can't verify them, but the architectural thesis is what matters here.
The bet: structured prompts, not custom tooling, are the right abstraction layer for AI-assisted development. GStack runs a long-lived headless Chromium daemon and coordinates through SKILL.md files. No custom frameworks. No proprietary runtimes. Just well-structured context documents feeding Claude Code's existing capabilities.
This sits in a broader movement. Agensi, a marketplace for SKILL.md files compatible with Claude Code, Cursor, and 20+ agents, hit 8,000 active users in 8 weeks with zero paid advertising. Composio's awesome-claude-skills is at 56K stars. The skills ecosystem is coalescing around a standard.
I find GStack interesting because it validates something I've been feeling in my own Claude Code workflow: the highest-leverage investment isn't building tools around the model. It's writing better context for the model. A well-structured CLAUDE.md or SKILL.md file that encodes your team's engineering practices, your codebase conventions, your review criteria can get you 80% of what custom tooling would, at 5% of the development cost.
The counterargument is obvious. These are prompts. They're fragile. They degrade as models change. GStack's 10K LOC/week claim could be inflated by boilerplate. Fair points, all. But 10K stars in 48 hours tells you something about demand. Developers are hungry for reusable workflows that work across agents without vendor lock-in. The SKILL.md standard that Anthropic released in December 2025 and OpenAI adopted for Codex CLI is becoming the common language.
For builders: take an hour this week and write a SKILL.md for your most common development workflow. Test it. Iterate on it. The returns compound fast.
Each link below shares sources, entities, or timing with this story.
YC CEO's Claude Code configuration installs 10 role-specific subagents (CEO, Engineering Manager, Release Manager, Doc Engineer, QA) via a single git clone into ~/.claude/skills/. Claims 100 PRs/week over a 50-day run. TechCrunch covered both the enthusiasm and the criticism....
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
Barry Zhang and Mahesh Murag, the engineers who built Claude Skills at Anthropic, published a talk and engineering post that's gotten 14K+ likes and is reshaping how I think about agent development. The core argument: most agent approaches fail because they lack domain experti...
Anthropic's Agent Skills standard (agentskills.io), launched December 2025, has been adopted by Microsoft, OpenAI, Cursor, GitHub, Atlassian, and Figma. Skills are directories with SKILL.md files that agents discover and load dynamically. GitHub Copilot, Claude Code, and Curso...
The antigravity-awesome-skills repository hit 36,145 GitHub stars with a catalog of 1,400+ installable SKILL.md playbooks that work across Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, and GitHub Copilot. One command: npx antigravity-awesome-skills --claude. That...
garrytan/gstack packages 23 opinionated Claude Code tools cast as CEO, Designer, Eng Manager, Release Manager, Doc Engineer and QA roles, at 131,043 stars five months after its March 11 creation. Splitting its 849 open issue count gives 534 PRs to 315 issues, meaning contribut...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.