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-predict

v1.0.1

Published

Forecast your Claude Code usage — projected month-end hours, ghost days, and streak

Readme

cc-predict

The only cc-toolkit tool that looks forward. Forecasts your Claude Code month-end stats at your current pace.

npx cc-predict

Output

  cc-predict  —  March forecast
  Based on your last 14 days · 30 days remaining this month

  Hours this month
  So far:          0.0h you + 0.2h AI = 0.2h
  At current pace: 100.5h you + 89.3h AI = 189.8h projected

  Ghost Days
  So far:          1 days
  Month end:       ~22 days projected

  Streak
  Current:         36 days
  Forecast:        Likely survives (100% daily consistency)
  Projected streak end of month: ~66 days

  AI Autonomy
  14-day avg:      0.89x (AI hours / your hours)
    You're driving more than AI

  ──────────────────────────────────────────────────────────
  Confidence: ██████████ 100% active days base rate

How it works

Looks at your last 14 days of activity and projects the current pace forward to the end of the month:

  • Hours: daily average × remaining days + month-to-date
  • Ghost Days: ghost day rate × remaining active days
  • Streak: current streak + projected active days (with confidence warning if streak is at risk)
  • Autonomy: 14-day average AI/human ratio

Requirements

Part of cc-toolkit

This tool is part of the cc-toolkit collection of Claude Code utilities.

All other cc-toolkit tools look at historical data. cc-predict is the only one that looks forward.

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