01 · Roasts
One-Star Wonder
1360 of your 1425 total stars live in a single repo. dropflow is genuinely impressive, but your portfolio is basically a solar system with one sun and two distant asteroids (25 and 11 stars respectively).
CI? Never Heard of It
Two of three analyzed repos have zero CI and zero tests. You clearly know how to write a proper test suite (dropflow has both), so the decision to skip them elsewhere feels less like constraint and more like selective effort.
170 Commits, 64% Graveyard
64% of your repos haven't been touched in 2+ years, and you only logged 170 commits this year. The heatmap has full blank weeks. For someone who joined GitHub in 2009, that's a lot of archaeological dig sites.
Night Owl Hermit
80% night-owl coding rate, 1 external PR all year, and 3 issues filed. You are writing extremely good code at 2am and then... telling no one about it. The community dimension is whispering.
WASM Archaeologist
fontconfigjs last pushed February 2023 with a full ARCHITECTURE.md and STATUS.md — more documentation than most active projects — yet it sits at 11 stars. You clearly document for yourself, not discoverability.
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% weight71B
- Consistency20% weight55D
- Quality20% weight77B
- Depth15% weight75B
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
216 active days
Language distribution
- TypeScript48%
- C33%
- JavaScript14%
- Zig2%
- PEG.js1%
- PHP1%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
170
Followers
98
Joined GitHub
Apr 2009
05 · Top repos
chearon /
dropflow
High-quality TypeScript CSS layout engine with 1.3k stars. Supports complex text shaping, RTL/BiDi, floats, and multiple output targets. Mature codebase with extensive tests and CI, comprehensive type coverage.
chearon /
macpack
Specialized macOS binary bundler using async Python. Small but functional project with clear README, structured layout, and targeted purpose. No tests/CI but demonstrates sustained work across 9 years with recent commits.
chearon /
fontconfigjs
A specialized font matching library that ports FontConfig to WebAssembly, exposed through a clean JS API. Well-documented with TypeScript definitions, structured multi-file layout, and working Node/browser implementations. Limited adoption (11 stars), no tests or CI, but represents sustained technical effort to solve a
06 · Timeline
- Apr 27, 2009Joined GitHub
- Nov 14, 2016Created macpack — Makes a macOS binary redistributable by searching the dependency tree and copying/patching non-system libraries.
- Jul 21, 2019Created dropflow — A CSS layout engine
- Mar 15, 2020Created fontconfigjs — In-memory version of FontConfig in JS/WASM (no native dependencies)
- Apr 24, 2026Most recent push to dropflow
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.