01 · Roasts
88 Repos, 29 Commits
You have 88 public repos but only managed 29 commits in the past year. That's a repo-to-commit ratio that would make a museum curator blush. At least the artifacts are well-preserved.
CI? Never Heard of Her
Zero out of three scored repos have CI. You're writing compilers and package managers — tools literally designed to automate building things — and you can't automate building your own projects. The irony is load-bearing.
80% Graveyard
A staleRepoRatio of 0.80 means 4 out of every 5 repos haven't been touched in over 2 years. Your GitHub profile is less a portfolio and more an archaeological dig site.
License? What License?
HelixLang, Ferry, starlight-csharp — not a single license between them. You're open-sourcing code that legally no one can use. Impressive commitment to maximum effort for zero adoption.
75 Stars Across 88 Repos
That's 0.85 stars per repo on average. The most ambitious thing in your entire portfolio is the number of repos you've started and quietly abandoned. Quality over quantity is a thing.
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% weight36F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
89 active days
Language distribution
- C++69%
- C15%
- C#13%
- ShaderLab1%
- Objective-C++1%
- TypeScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
64
Commits
last 12 months
29
Followers
50
Joined GitHub
Nov 2020
05 · Top repos
Lioncat2002 /
HelixLang
A small-to-modest language compiler written in C++ targeting LLVM. Supports functions, variables, control flow (if/while), binary/unary operators, and type checking via semantic analysis. Typed language with modular architecture (lexer, parser, AST, sema, codegen) and test examples, but no CI/license and sparse documen
Lioncat2002 /
Ferry
Early-stage Rust package manager for Python with modular CLI, typed implementation, and clear architecture. No tests/CI yet; 18KB codebase with ~5 months of development and 30 commits across structured commands.
Lioncat2002 /
starlight-csharp
A Silk.NET-based C# game engine with typed code, README, structured src/ layout, and functional demo featuring camera, renderer, and level loading. Personal portfolio project with ~2 months of work.
06 · Timeline
- Nov 23, 2020Joined GitHub
- Feb 20, 2022Created Ferry — A Rustified package manager for python
- Feb 2, 2023Created starlight-csharp — A Silk.NET based .NET Game Engine
- Aug 7, 2024Created HelixLang — A small language compiler
- Jun 1, 2025Most recent push to HelixLang
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.