RepoPilot

garrytan/gstack

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Concentrated ownership — top contributor handles 69% of recent commits
  • Last commit today
  • 5 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: garrytan/gstack

Generated by RepoPilot · document generated 2026-09-18 · concise human review Evidence snapshot · analyzed 2026-09-18T15:29:57.610Z · commit 85b8c038fc00

Verdict

Healthy — Healthy across all four use cases

  • Last commit today
  • 5 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

gstack is an opinionated set of 23 Claude Code slash commands and 8 power tools that augment Claude's code-writing capabilities into a virtual engineering team. Built primarily in TypeScript with supporting Go templates, shell, and C, it orchestrates code generation, testing, deployment, and quality review workflows—turning single-engineer productivity to match teams of twenty by automating the roles of CEO, designer, eng manager, QA, security, and release engineer. Monorepo structure with lib/ as the core: lib/code-intelligence/ handles Claude's code completion adapters (gbrain, graphify, sourcebot); lib/cso/ handles container provisioning and Docker orchestration (with nested images/ and…

Start here

Open these first:

  • lib/claude-code.ts — Primary entry point orchestrating the 23-tool Claude Code workflow for multi-role automation (CEO, Designer, Eng Manager,…
  • lib/cso/preparation.ts — Core container orchestration and environment setup system that manages sandbox isolation and runtime provisioning.
  • lib/code-intelligence/index.ts — Code context extraction and intelligence aggregation that feeds repository analysis to LLM decision-making.
  • lib/gstack-decision.ts — Decision engine routing logic that determines which of the 23 tools executes based on task classification and state.
  • ARCHITECTURE.md — Foundational reference documenting the multi-agent tool architecture and role-based execution model.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/garrytan/gstack.git && cd gstack. Verify the monorepo uses bun (evidenced by bun-no-auto-install.toml and diagram-render's build script using `bun run scripts/build.t…

Daily commands:

Start the dev server for the diagram-render package: cd lib/diagram-render && bun run build. For the broader gstack CLI, evidence points to lib/cso/cli.ts and lib/claude-bin.ts as entry points, but no dev-server comma…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 69% of recent commits
  • No explicit environment variables, required services, or configuration quirks are visible in the supplied data. However, the CSO module's Docker integration likely requires a running Docker daemon (or Podman…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/garrytan/gstack)](https://repopilot.app/r/garrytan/gstack)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/garrytan/gstack on X, Slack, or LinkedIn.

Ask AI about garrytan/gstack

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/garrytan/gstack"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>