01 · Roasts
94% Jupyter, 0% Production
Your language breakdown is 94% Jupyter Notebook. That's not a tech stack — that's a course completion certificate collection masquerading as a portfolio.
The One-Day Wonder Factory
Detectron-Layout-Parser: created 2023-06-12, last pushed 2023-06-12 — two commits, seven minutes apart. You shipped it and ghosted it faster than a bad Tinder date.
67% Graveyard Rate
Two-thirds of your 50 repos haven't been touched in 2+ years. Your GitHub profile is less a portfolio and more a digital archaeological dig site.
Solo Act, All Day Every Day
soloPct = 100%. 1 PR all year, 1 issue all year. 'Building open-source tools' per your bio — but open-source is a team sport and you haven't left the bench.
codetoprompt Carrying the Whole Roster
One genuinely good project (codetoprompt, 49 stars, PyPI, CI, real tests) is doing the heavy lifting for 49 other repos that are basically README.md + a notebook you ran once.
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% weight55D
- Consistency20% weight35F
- Quality20% weight69C
- Depth15% weight65C
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
39 active days
Language distribution
- Jupyter Notebook94%
- Python6%
- JavaScript0%
- PureBasic0%
- C++0%
- Shell0%
04 · Numbers
Owned repos
non-fork
45
Commits
last 12 months
100
Followers
42
Joined GitHub
Oct 2021
05 · Top repos
yash9439 /
codetoprompt
Production-ready Python CLI tool with 49 stars, typed code, comprehensive documentation, CI/tests, and shipped product identity (PyPI package, active development, real-world utility for LLM prompt generation).
yash9439 /
RAG-with-Agents-llama3
Jupyter notebook demonstrating LangChain ReAct agents with Qdrant vector DB and Groq's llama3 for PDF document retrieval. Article-driven experimental project with alternative docs (design.md, ARCHITECTURE.md) but no tests, CI, or production structure. 163 KB of code across ~43 days of development.
yash9439 /
Detectron-Layout-Parser
Single-file Python script for PDF layout analysis using layoutparser and Tesseract OCR, with a README but no tests, CI, type hints, or architectural structure. Minimal commit history (2 of 30) and highly repetitive code blocks.
06 · Timeline
- Oct 16, 2021Joined GitHub
- Jun 12, 2023Created Detectron-Layout-Parser — This code performs PDF layout analysis and optical character recognition (OCR) using the layoutparser library and Tesseract OCR Engine. It detects the layout of a PDF document and
- May 15, 2024Created RAG-with-Agents-llama3 — AI-Powered PDF Query: LangChain ReAct agents with Qdrant and Groq's llama3 for intelligent document retrieval.
- Jun 11, 2025Created codetoprompt — Transform any codebase, web page, or document into an optimized LLM prompt. CodeToPrompt intelligently compresses code and filters content to overcome context window limits.
- Apr 7, 2026Most recent push to codetoprompt
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.