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

@yurukusa/cc-scope

v1.0.1

Published

Measure the file footprint of each Claude Code session — how many unique files does Claude touch per session?

Readme

cc-scope

npm version npm downloads

How many files does Claude touch per session? Tracks unique file paths across Read, Edit, and Write calls to measure your session's "blast radius."

npx cc-scope

Zero dependencies. Reads ~/.claude/projects/ directly.

Output

cc-scope — File Scope per Session
==================================================
Sessions: 1,710 | Files touched per session:
  Median 4  ·  Mean 10.5  ·  p90 16  ·  max 1,288

Scope distribution:
  1 file     ███████░░░░░░░░░░░░░     242   14.2%  (single-file focus)
  2–5 files  ████████████████████     734   42.9%  (focused)
  6–15       ███████████████░░░░░     548   32.0%  (moderate scope)
  16–30      ███░░░░░░░░░░░░░░░░░     119    7.0%  (broad)
  31+        ██░░░░░░░░░░░░░░░░░░      67    3.9%  (sweeping)

Most-touched file types (by access count):
  .py           16,769
  .gd           12,687
  .md           11,994
  .html          3,927
  .yaml          2,273

What it tells you

  • 43% of sessions touch 2–5 files — most Claude Code work is focused, not sweeping
  • 14% are single-file sessions — targeted edits or quick lookups
  • Only 4% touch 31+ files — broad refactors are rare
  • Max 1,288 files in one session — outliers exist for massive refactors or codebase exploration
  • p90 is 16 files — even heavy sessions stay surprisingly contained

Flags

npx cc-scope          # scope distribution
npx cc-scope --json   # raw JSON output

Browser version

yurukusa.github.io/cc-scope — drag and drop your projects folder.

Part of cc-toolkit — tools for understanding your Claude Code sessions.


Want to optimize how Claude Code uses its tools?

Claude Code Ops Kit ($19) — 10 production hooks + 6 templates + 3 tools. Built from 140+ hours of autonomous operation.


Source: yurukusa/cc-scope