01 · Roasts
The Stars Are All in 2011
dochub has 790 stars but hasn't been touched since November 2020. That's not a portfolio highlight — that's a museum exhibit. 'Speedy docs' indeed: speedy to abandon.
181 PRs, 3 Issues
You filed 181 pull requests this year but only 3 issues. Either every single thing you found was immediately fixable, or you've developed an almost pathological aversion to issue trackers.
Half Your Repos Are Ghosts
staleRepoRatio = 0.51. Exactly half of your 124 public repos haven't been touched in 2+ years. That's not a portfolio, that's a graveyard with a nice README on the gate.
The 3-Day Wonder
ynab-mcp-server was created AND last pushed within a 3-day window in December 2024. Two sampled commits. It's either a lightning-fast MVP or a repo you opened and immediately forgot — the evidence is ambiguous.
PHP at 40%? In 2024?
Your language breakdown leads with PHP at 40%. Co-founder & CTO energy, but the bytecode says 2006. To be fair, Clever was a PHP shop — but those repos are doing a lot of heavy lifting for your stats.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight66C
- Consistency20% weight50D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight65C
03 · Stats
365-day commit heatmap
312 active days
Language distribution
- PHP40%
- TypeScript39%
- JavaScript8%
- Rust3%
- Python2%
- Go2%
- Other6%
04 · Numbers
Owned repos
non-fork
35
Commits
last 12 months
489
Followers
155
Joined GitHub
Apr 2009
05 · Top repos
rgarcia /
ynab-mcp-server
YNAB MCP server providing Claude/Cursor integration with YNAB budgets via OpenAPI. Active indie tool with README, typed Python (3.11+), structured layout, and real external API integration, launched Dec 2024.
rgarcia /
dochub
Indie docs aggregator (CSS, HTML, JS, DOM, jQuery, PHP, Python) with 790 stars. Functioning web service (express server + Backbone frontend), but untyped, no tests/CI, stale (last push Nov 2020). ~6.5MB codebase with scrapers and frontend architecture.
rgarcia /
dotfiles
Personal dotfiles repo using chezmoi for system configuration management. No README, no tests, no CI. Contains shell configs, Emacs setup, Brewfile, and git config. 23 commits over ~3 months shows modest maintenance.
06 · Timeline
- Apr 11, 2009Joined GitHub
- Nov 10, 2011Created dochub — speedy docs
- Dec 26, 2025Created ynab-mcp-server — YNAB MCP server with custom skills
- Jan 19, 2026Created dotfiles
- Apr 27, 2026Most recent push to dotfiles
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.