01 · Roasts
README? Never Heard of Her
6 repos analyzed, 1 README found — in med-agent, which itself admits it's just a 'high-level vision' with no setup instructions. sculpt has 15+ API endpoints and zero documentation. The API is a mystery box.
todo.md Writes Checks the Codebase Can't Cash
drug-repurposing-mcp's todo.md lists 30 planned tools. Implemented: 2. That's a 93% completion rate deficit documented in the repo itself. Bold move leaving the receipts in public.
The Sprint-and-Ghost Methodology
med-agent: 14 commits in 10 days, done. drug-repurposing-mcp: 9 commits in 8 days, done. bne_extension: 12 days, done. You've invented a new agile framework where 'done' means 'abandoned after two weeks'.
localhost:8000 Ships to Production
resume-optim-extension has 'http://localhost:8000' hardcoded in both background.js and popup.js. The Chrome extension requires the user to also be running your dev server. Visionary UX.
73 Repos, 14 Total Stars
With 73 public repos and only 14 stars total (6 forks), that's a 0.19 stars-per-repo ratio. The bio says 'AI learns from me' — GitHub's star button apparently hasn't taken the course yet.
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% weight55D
- Quality20% weight38F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
82 active days
Language distribution
- Jupyter Notebook59%
- Python15%
- CSS11%
- JavaScript8%
- HTML6%
- Other1%
04 · Numbers
Owned repos
non-fork
66
Commits
last 12 months
200
Followers
27
Joined GitHub
Apr 2023
05 · Top repos
uditbhatia26 /
sculpt
FastAPI-based resume optimization platform using LLM chains (Groq/OpenAI) for ATS scoring and resume tailoring. Typed codebase with structured architecture, but no tests, CI, README, or external adoption signals. Personal project built over 5+ months with working features: auth, PDF parsing, job description caching, an
uditbhatia26 /
resume-optim-extension
Chrome extension for AI-powered resume optimization. Untyped JavaScript, no README/docs/tests/CI/license, localhost-only API. Recent work and structured extension architecture, but early-stage and undocumented.
uditbhatia26 /
bne_extension
Browser extension for detecting clicks and auto-generating tutorial videos with AI narration via Google Gemini and ElevenLabs TTS. Functional but undocumented, minimal community signals, short development window.
uditbhatia26 /
med-agent
Early-stage experimental Python agent using LangGraph, RAG, and MCP clients for drug repurposing analysis. Minimal scope (14 KB), no tests/CI, untyped Python, but shows intentional architecture with tool integration and async patterns.
uditbhatia26 /
drug-repurposing-mcp
Early-stage MCP server for drug repurposing with two implemented tools (internet search and clinical trials API); minimal documentation, no tests, untyped Python, 9 commits in 8 days, 7KB codebase.
uditbhatia26 /
med-mcp
One-shot experimental expense tracker MCP server with 3 commits in 1 hour; untyped Python, no tests, no CI, no README, no license. Functional but minimal scaffolding.
06 · Timeline
- Apr 13, 2023Joined GitHub
- Jul 22, 2025Created resume-optim-extension
- Nov 18, 2025Created sculpt — Sculpt helps job seekers tailor their resumes for specific roles by analyzing job descriptions, scoring compatibility, and generating optimized resumes with AI.
- Jan 29, 2026Created med-agent
- Jan 29, 2026Created med-mcp
- Feb 1, 2026Created drug-repurposing-mcp
- Feb 11, 2026Created bne_extension
- Mar 31, 2026Most recent push to sculpt
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.