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-agent-load

v1.1.0

Published

See how much of your Claude Code time is YOU vs AI autonomous subagents.

Readme

cc-agent-load

See how much of your Claude Code time is you vs AI autonomous subagents.

Try it in your browser: yurukusa.github.io/cc-agent-load

npx cc-agent-load

Sample output

  cc-agent-load
  ═════════════════════════════════════════════
  Scanning: ~/.claude/projects/

  ▸ Your Time vs AI Time

  You   ████████░░░░░░░░░░░░░░░░  41h (34%)  86 sessions
  AI    ████████████████░░░░░░░░  80h (66%)  3423 sessions

  ▸ AI Autonomy Ratio
  ████████ 1.9x  — AI ran 1.9x longer than you

  Your AI matches your pace.

  ▸ Top Projects (AI load)
  ~                     █████████░░░  90.7h total
  cc-loop               ███░░░░░░░░░  26.5h total

  ▸ Ghost Days  (AI worked, you didn't)

  39 days  AI ran without you  —  52.4h total
  Longest: 2026-02-09 (6.0h)
    2026-02-09  6.0h
    2026-01-30  5.7h
    2026-02-16  5.0h
    ... and 36 more

  ── Share ──
  My Claude Code AI load: 66% subagent / 34% me — 1.9x autonomy ratio
  npx cc-agent-load  #ClaudeCode #AIAutonomy

What it tells you

When you run cc-session-stats, the session count includes every subagent spawned via the Task tool. This tool separates them:

| Metric | What it means | |--------|---------------| | Your time | Sessions where you were at the keyboard | | AI time | Autonomous subagent sessions (Task tool spawns) | | Autonomy ratio | How much longer AI ran vs. you | | Ghost Days | Days where AI ran but you had zero sessions |

An autonomy ratio of 2.0x means your AI worked twice as long as you did.

Ghost Days are the most striking metric: days where you never opened Claude Code, but your autonomous pipelines kept running anyway. Some users find the AI worked 5–6 hours on days they were completely offline.

The browser version also includes an Activity Calendar — a GitHub-style heatmap showing your activity vs. AI activity day by day. Ghost Days (AI-only days) appear in purple; your sessions in blue; overlapping days in yellow.

Open yurukusa.github.io/cc-agent-load, select your ~/.claude folder, and the calendar renders instantly. No install needed.

How it works

Claude Code saves session transcripts in ~/.claude/projects/. Subagent sessions are stored in <uuid>/subagents/ subdirectories. This tool scans both and separates them.

Zero dependencies. No data sent anywhere. Runs entirely local.

Related tools

| Tool | What it checks | |------|----------------| | cc-agent-load | How much is YOU vs. AI? | | cc-session-stats | Total usage stats | | cc-ghost-log | Git commits from Ghost Days | | cc-personality | What kind of developer are you? | | cc-wrapped | Your AI year in review |

All tools: cc-toolkit

License

MIT