01 · Roasts
CI? Never Heard of Her
Five repos scored. Zero CI pipelines. narrative-bench, TurtleSoup, word-game, creader-mcp, buildathon — not a single one. You write CLAUDE.md for every project but can't spare 20 lines of GitHub Actions YAML.
Sprint King, Maintenance Peasant
57% of your repos haven't been touched in 2+ years. You build in 3-day white-hot bursts (TurtleSoup: 24 commits in 3 days), then apparently enter witness protection. The heatmap tells the full story: 30 weeks of 4s followed by total silence.
23 Stars Across 143 Repos
That's 0.16 stars per repo. You've been on GitHub since 2015 and the portfolio has accumulated fewer stars than a mediocre Stack Overflow answer. Shipping volume ≠ shipping impact.
The TypeScript Monoculture
90% TypeScript. You ventured into Swift once (TurtleSoup) and Solidity occasionally, but everything else is TypeScript with a different framework hat on. Next.js, T3, MCP server — it's TypeScript all the way down.
45 PRs, 0 Issues
You opened 45 pull requests this year but filed exactly zero issues on other people's repos. You contribute code but apparently never encounter bugs, have questions, or engage with maintainers. Suspicious.
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% weight65C
- Quality20% weight62C
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight50D
03 · Stats
365-day commit heatmap
281 active days
Language distribution
- TypeScript90%
- Solidity3%
- JavaScript2%
- Python1%
- CSS1%
- Swift1%
- Other2%
04 · Numbers
Owned repos
non-fork
30
Commits
last 12 months
733
Followers
77
Joined GitHub
Feb 2015
05 · Top repos
timothyshen /
word-game
Personal T3 Stack project with game engine framework, ECS system, and combat mechanics. Well-typed TypeScript, 1777 KB codebase, extensive documentation (CLAUDE.md, design docs), and solid test coverage. Demonstrates architectural depth but limited external adoption as a zero-star personal hobby project.
timothyshen /
creader-mcp
TypeScript MCP server wrapping Creader writing platform API. Provides 31 tools for book/chapter/knowledge management with TTL caching and structured client. Typed, documented, 76 KB codebase with clear architecture but no tests or CI.
timothyshen /
buildathon
Early-stage hackathon management platform (buildathon) built on Next.js 16 + React 19 + TypeScript + Supabase. Typed, documented, multi-service architecture with tests, but nascent (35 days old, 0 stars). Scope and craft support 60+ quality; project lacks maturity and adoption for higher impact.
timothyshen /
TurtleSoup
Early-stage personal macOS SwiftUI project integrating Claude API for an interactive puzzle game. Typed Swift codebase with meaningful project docs (CLAUDE.md, design files), structured architecture (MVVM with @Observable), and unit tests. Created 2026-03-26, 24 recent commits in ~3 days, ~102 KB (~2K LOC). Zero stars;
timothyshen /
narrative-bench
Newly-shipped TypeScript benchmark library for narrative AI quality assessment. Defines five evaluators (guardian, analysis, plot-structure, chapter-suspense, style-prose), LLM-as-Judge support, regression detection, and literary analysis reverse-engineering. Typed, well-documented, multi-file architecture with languag
06 · Timeline
- Feb 11, 2015Joined GitHub
- Jan 23, 2026Created buildathon
- Jan 24, 2026Created word-game
- Mar 3, 2026Created creader-mcp
- Mar 14, 2026Created narrative-bench
- Mar 26, 2026Created TurtleSoup
- Apr 3, 2026Most recent push to narrative-bench
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.