Skip to content

NickCirv/100x-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100x-dev

Measure your actual AI coding velocity — not vibes, but math.

license node

Install

npx github:NickCirv/100x-dev start

No global install needed. Run in any git repo.

Usage

npx github:NickCirv/100x-dev start          # begin tracking
# ... commit code (with Claude Code or manually) ...
npx github:NickCirv/100x-dev stop           # calculate your multiplier
Command Description
start Begin tracking a session
stop End session and show your multiplier
stats Lifetime stats across all sessions
badge Generate an SVG badge for your README
leaderboard Personal best sessions
export Export sessions as JSON
reset Clear a stuck active session

start options

Flag Description
-r, --repo <path> Git repo path (default: cwd)
-l, --label <name> Session label (e.g. "fix auth bug")

badge options

Flag Description
-o, --output <dir> Output directory (default: .)
--scorecard Also generate a scorecard SVG

What it does

100x-dev records the git HEAD when you start a session, then walks every commit since that point when you stop. It classifies each commit as AI-written or human-written by looking for Claude Code co-author tags, [AI]/[Claude] prefixes, and 🤖 annotations. It counts lines per author, computes a multiplier (totalLines / humanLines), and renders a session card in the terminal. Stats persist locally in ~/.100x-dev/sessions.json — no telemetry, no network calls.


Node ≥18 · MIT · by NickCirv

About

CLI to measure your AI coding velocity — tracks commits, classifies AI vs human lines, and shows your multiplier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors