01 · Roasts
Boilerplate Baron
Three of your top repos are literally templates or boilerplate starters (tauri-next-shadcn-boilerplate, next-tw-boilerplate.ts, Fanwit). You're great at scaffolding the start of projects — less great at, you know, the rest of the project.
Test Desert
0 repos with tests across all 8 analyzed. Not a single spec file, not a single assert. Your code is either perfect first try or you prefer to find out in production.
License? Never Heard of Her
Only one repo even acknowledges the concept of a software license. You're shipping Rust CLIs and Tauri apps into the legal void. FOSS lawyers are crying, open-source maintainers are weeping.
cdx: The One That Got Away
cdx is your most interesting repo — a Rust CLI with regex navigation and a polished TUI — and it has 0 stars, 0 forks, and zero promotion. You built something genuinely cool and then hid it like a secret.
284 Commits, 0 PRs
You committed 284 times this year entirely to your own repos and opened exactly 0 pull requests to anything else. Turns out 'curious about an artificial mind' doesn't extend to being curious about other people's code.
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% weight48D
- Consistency20% weight60C
- Quality20% weight62C
- Depth15% weight55D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
130 active days
Language distribution
- Rust25%
- TypeScript23%
- Python15%
- HTML7%
- Lua7%
- Jupyter Notebook6%
- Other17%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
284
Followers
18
Joined GitHub
Aug 2021
05 · Top repos
DilicalFlame /
tauri-next-shadcn-boilerplate.ts
Professional Tauri+Next.js boilerplate with solid TypeScript architecture, CI via GitHub Actions, comprehensive docs site, and window state management—but 2 stars, no tests, no license, and experimental maturity keep it personal-project tier.
DilicalFlame /
cdx
Early-stage Rust CLI tool for fast directory navigation with regex support, typed code, structured modules, and polished TUI. Minimal adoption (0 stars), very new (created 3/15), but shows solid craftsmanship.
DilicalFlame /
dotfiles
Personal dotfiles repo with Neovim, PowerShell, and WezTerm configs. Minimal scope, zero stars, README lists symlink commands without broader documentation or reusability guidance.
DilicalFlame /
next-tw-boilerplate.ts
Personal Next.js + TypeScript + Tailwind boilerplate template with minimal setup. Typed, documented, but no tests, CI, or license. 26 commits over ~8 months shows sporadic personal use.
DilicalFlame /
Fanwit
SvelteKit + Tauri scaffolding template with boilerplate code, minimal customization beyond default CLI setup. No tests/CI, missing license, only 3 commits in 2 days.
DilicalFlame /
algorithms
Early-stage personal algorithms playground with minimal scope; 6 KB codebase, 4 commits over 2 days, untyped Python, no tests/CI. Includes registry pattern and basic median/mean implementations with stub documentation.
DilicalFlame /
rust-playground
Personal Rust learning playground with 26 commits over 9 months, no README, tests, CI, or license. Minimal output, experimental scope.
DilicalFlame /
DilicalFlame
Personal profile README with no functional code, untyped language, no tests or CI. Repo is 8kb with minimal commits (5 of last 30), serving only as a GitHub profile introduction page.
06 · Timeline
- Aug 15, 2021Joined GitHub
- Oct 21, 2024Created DilicalFlame
- Jul 23, 2025Created next-tw-boilerplate.ts — This is the boilerplate for me to setup a next.js project.
- Jul 26, 2025Created rust-playground — A playground to play with rust programming language.
- Oct 25, 2025Created tauri-next-shadcn-boilerplate.ts — This is a professional boilerplate for creating desktop applications with rust-tauri framework and includes nextjs as the UI framework with shadcn as the component library, all of
- Feb 18, 2026Created algorithms — Seeking out the beauty of the algorithms out there.
- Mar 15, 2026Created cdx — A tool designed to make jumping between deeply nested project directories effortless.
- Mar 17, 2026Created dotfiles — all my personal configs that I have here and there
- Apr 22, 2026Created Fanwit — Fast and Natural Window in Tauri
- May 4, 2026Most recent push to tauri-next-shadcn-boilerplate.ts
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.