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-night-owl

v1.0.0

Published

When does Claude Code actually work? Hourly session distribution from ~/.claude logs.

Downloads

10

Readme

cc-night-owl

When does Claude Code actually work?

Scans your ~/.claude session logs and shows which hours of the day your Claude Code sessions start. Find out if you (or your AI) are a night owl, morning person, or something in between.

Quick Start

npx cc-night-owl

Example Output

cc-night-owl — when does your Claude Code session start? (Asia/Tokyo)

3481 sessions (all time)

  00:00 🌙 ████████████████████░░░░░░░░  243
  01:00 🌙 ████████████████░░░░░░░░░░░░  192
  ...
  22:00 🌙 ██████████████████████████░░  324
  23:00 🌙 ████████████████████████████  344

─────────────────────────────────────────
  Night sessions (22:00–05:59):  42.5%  🌙 Night Owl
  Peak hour:                     23:00 (344 sessions)

  Period breakdown:
  Night   (22:00–05:59)          1480 sessions  (42.5%)
  Morning (06:00–11:59)           420 sessions  (12.1%)
  Afternoon (12:00–17:59)         656 sessions  (18.8%)
  Evening (18:00–21:59)           925 sessions  (26.6%)

Options

npx cc-night-owl              # All-time hourly breakdown
npx cc-night-owl --days=30   # Last 30 days only
npx cc-night-owl --utc       # Show UTC instead of local time
npx cc-night-owl --json      # JSON output for piping

Night Owl Score

Based on the % of sessions that start between 22:00 and 05:59 (local time):

  • Full Night Owl — 50%+ of sessions
  • Night Owl — 30–50%
  • Evening Worker — 15–30%
  • Day Coder — under 15%

Browser Version

Drag your ~/.claude folder into: yurukusa.github.io/cc-night-owl

No install, no upload. Everything runs locally in your browser.

Part of cc-toolkit

cc-night-owl is part of cc-toolkit — 48 free tools for Claude Code users.


MIT License. Zero dependencies. Your data stays local.