01 · Roasts
Night Owl Null-Test Society
73% of commits land after dark, yet totalCommitsYear=51 public. The real question isn't what you're shipping at 2am — it's whether any of it reaches GitHub before sunrise.
Test Suite? Never Heard of Her
BREP.io is a 182MB CAD kernel with C++ WASM bindings and zero test files. You're basically asking users to load-test a jet engine with their production parts.
Graveyard Curator
staleRepoRatio=0.32 — nearly a third of your 79 repos haven't seen a push in 2+ years. Your GitHub profile is part active lab, part archaeological dig site.
Portfolio README Goes Hard
Your mmiscool profile repo has 17KB of HTML listing 8 products — but the repo itself has 1 star and 0 forks. The menu is more impressive than any single dish.
3 PRs/Year, 239 Followers
239 people are watching you ship, but you've opened 3 external PRs this year. Your audience believes in you more than you believe in other people's repos.
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% weight76B
- Consistency20% weight60C
- Quality20% weight67C
- Depth15% weight75B
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
83 active days
Language distribution
- JavaScript31%
- AutoIt27%
- C25%
- HTML6%
- C++4%
- Arduino2%
- Other5%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
51
Followers
239
Joined GitHub
Jan 2014
05 · Top repos
mmiscool /
BREP.io
BREP.io: production BREP kernel using triangle meshes, 228 stars, polished TypeScript/JavaScript CAD system with extensive docs, CI, but no test suite and untyped core JavaScript.
mmiscool /
aiCoder
JavaScript CLI/web tool that intelligently merges AI-generated code snippets using AST manipulation. Named product with domain (aicoderproject.com), full-stack implementation, published to npm, but limited stars and early-stage maturity.
mmiscool /
myAgent
Personal Codex web client: plain JavaScript frontend with Vite HMR + Node bridge to local codex app-server. Has README, tests, structured code, but no CI, no npm install script, and appears experimental.
mmiscool /
origami-folding
Early-stage vanilla JS origami editor with SVG rendering, state management, and localStorage persistence. Ships CI, minimal docs. 27KB codebase, 6 commits in ~2 hours suggests fresh prototype.
mmiscool /
flasher.cloud
Browser-hosted microcontroller flashing workbench aggregating Web Serial/WebUSB utilities. Young project (2 days old), unproven adoption but technically sound with clear purpose and production-ready structure for its niche domain.
mmiscool /
mmiscool
Personal portfolio README listing 8+ named projects (screenCap.me, Autodrop3d, jsketcher, serialterminal.com, OpenSCAD.cloud, ESP8266BASIC, aiCoder, aiFiddle) with minimal repo content—17KB, HTML only, no structured code.
mmiscool /
vid2gif.net
Single-file HTML/JS tool for browser-based video-to-GIF conversion. No tests, CI, or type safety. Minimal commit history (5 of 30) over 1 day. Clear utility but experimentally scoped.
06 · Timeline
- Jan 18, 2014Joined GitHub
- Mar 25, 2022Created mmiscool — All about the adventures of mmiscool
- Oct 28, 2024Created aiCoder — A tool to write JS libraries using AI. The first and only tool that is using ASTs to perform surgical changes to existing code files with out mangling the code. https://aicoderpro
- Sep 7, 2025Created BREP.io — BREP kernel from scratch using triangle meshes with BREP type topology
- Mar 10, 2026Created vid2gif.net — Make animated gifs from videos
- Mar 20, 2026Created origami-folding
- Apr 1, 2026Created myAgent
- May 2, 2026Created flasher.cloud — A place with a bunch of flashing utilities that use webUSB or webSerial
- May 27, 2026Most recent push to BREP.io
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.