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-ghost-log

v1.1.0

Published

See what your AI did while you were gone. Shows git commits from Ghost Days — days AI ran Claude Code autonomously while you were offline.

Readme

cc-ghost-log

See what your AI did while you were gone.

Try it in your browser: yurukusa.github.io/cc-ghost-log

npx cc-ghost-log

Shows git commits from Ghost Days — days when Claude Code's autonomous subagents ran while you had zero interactive sessions.

Sample output

  cc-ghost-log  What your AI did while you were gone
  ════════════════════════════════════════════════════

  39 Ghost Days  · 52.4h total · showing 10

  ▸ 2026-02-21  Sat, Feb 21  AI: 2.2h  You: 0h
    ~/projects/cc-loop
      814df93  16:54  init: cc-loop project setup
    ~/projects/spell-cascade
      1504698  15:07  feat: Run history on title screen (improvement 216)
      725b836  14:51  feat: Title screen streak display (improvement 215)
      58439ab  14:46  feat: Daily streak counter (improvement 214)
      +17 more

  ▸ 2026-02-18  Wed, Feb 18  AI: 1.0h  You: 0h
    ~/projects/spell-cascade
      28aee3a  23:31  build: Loop 3 complete (improvements 77-100)
      c25b446  22:53  feat: quality loop 2 — improvements 21-50
      +6 more

What is a Ghost Day?

A Ghost Day is a day where:

  • You had zero interactive Claude Code sessions (you didn't open a terminal)
  • Claude Code's autonomous subagents ran anyway (scheduled tasks, pipelines, etc.)

Your autonomous setup kept working while you were completely offline.

Options

npx cc-ghost-log              # Show last 10 Ghost Days
npx cc-ghost-log --days=20    # Show last 20 Ghost Days
npx cc-ghost-log --json       # JSON output (for scripting)

How it works

  1. Scans ~/.claude/projects/ for session transcripts
  2. Separates interactive (you) vs. subagent (AI) sessions by directory structure
  3. Identifies Ghost Days where subagent hours > 0 and your hours = 0
  4. Runs git log on your local repos for those dates
  5. Shows commits AI made while you were gone

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

Related tools

| Tool | What it shows | |------|---------------| | cc-ghost-log | What AI committed on days you were gone | | cc-agent-load | You vs AI time split + Activity Calendar | | cc-session-stats | Total usage stats | | cc-personality | Your developer archetype |

All tools: cc-toolkit

License

MIT