npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cc-gap

v1.0.0

Published

How much time passes between your Claude Code sessions? Gap distribution and work rhythm analysis.

Readme

cc-gap

How long does your AI rest between sessions?

Analyzes the time gaps between consecutive Claude Code sessions to reveal your work rhythm — from instant compaction restarts to multi-day breaks.

Usage

npx cc-gap

Or use the browser version (no install):

yurukusa.github.io/cc-gap

Drag in your ~/.claude folder. Everything runs locally — nothing is uploaded.

Sample output

cc-gap — Time between your Claude Code sessions (All time)

488 sessions · 487 gaps analyzed

  < 1 min    ████████████████████████░░░░  119  ( 24%)
  1–5 min    ███████████████░░░░░░░░░░░░░   79  ( 16%)
  5–30 min   ████████████████████████████  148  ( 30%)
  30m–2h     █████████░░░░░░░░░░░░░░░░░░░   46  (  9%)
  2–8 hr     ██████████░░░░░░░░░░░░░░░░░░   51  ( 10%)
  8–24 hr    ██████░░░░░░░░░░░░░░░░░░░░░░   31  (  6%)
  1–2 days   ██░░░░░░░░░░░░░░░░░░░░░░░░░░   13  (  3%)
  2–7 days   ░░░░░░░░░░░░░░░░░░░░░░░░░░░░    0  (  0%)
  7+ days    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░    0  (  0%)

───────────────────────────────────────────────────────
  Work style:   🔄 Rapid Cycler
  Quick breaks between sessions. Fast iteration rhythm.

  Median gap:  7m
  Mean gap:    2h 29m
  P90 gap:     7h 34m
  Longest gap: 1d 23h
  < 1 min (compaction):  24.4% of gaps

Work style classifications

| Type | Median gap | Description | |------|-----------|-------------| | ⚡ Always On | < 2 min | The AI barely pauses — continuous autonomous work | | 🔄 Rapid Cycler | 2–30 min | Quick breaks, fast iteration rhythm | | ⏸️ Steady Pauser | 30 min–4 hr | Natural pauses between focused bursts | | 🌙 Daily Worker | 4–24 hr | Sessions in work windows with overnight breaks | | 📅 Weekend Coder | > 24 hr | Infrequent sessions with multi-day breaks |

Options

npx cc-gap              # All-time analysis
npx cc-gap --days=30   # Last 30 days
npx cc-gap --json      # JSON output for dashboards

Part of cc-toolkit

cc-gap is tool #47 in cc-toolkit — 49 free tools for Claude Code users.

Related tools:


GitHub: yurukusa/cc-gap Try it: npx cc-gap