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

v1.0.0

Published

What does Claude Code create? File types, sizes, and projects from Write tool calls.

Downloads

78

Readme

cc-write

What does Claude Code create? .md leads at 34.6%. .ps1 at 11.6% — that's all the PowerShell scripts for WSL2 CDP automation. 5,803 files. 24.4 MB written.

Extension breakdown, size distribution, top filenames, and project ranking from your Write tool calls.

npx cc-write

No install. No dependencies.


What it shows

  • By extension.md, .js, .ps1, .gd, .py and more
  • File size distribution — Tiny / Small / Medium / Large
  • Most-created files — top filenames across all sessions
  • By project — which projects generated the most writes
  • Overview — total writes, total bytes, largest file ever

Output

  cc-write — Files Created
  ════════════════════════════════════════

  ▸ Overview
    Total Write calls:   5,803
    Total bytes written: 24.4 MB
    Most-created file:   staged-hatching-backus.md (192×)
    Top extension:       .md (34.6%)
    Largest file ever:   index.html (88.1 KB)

  ▸ By extension
    .md         ████████████████  34.6%
    .js         █████████░░░░░░░  19.2%
    .ps1        █████░░░░░░░░░░░  11.6%
    .gd         ████░░░░░░░░░░░░   7.6%
    .py         ██░░░░░░░░░░░░░░   5.1%
    ...

  ▸ File size distribution
    Tiny    (<100 B)    ░░░░░░░░░░░░░░   1.8%
    Small  (100B–1K)   █████░░░░░░░░░  22.2%
    Medium   (1K–10K)  ██████████████  65.8%
    Large   (10K+)     ██░░░░░░░░░░░░  10.2%

Options

npx cc-write          # terminal output
npx cc-write --json   # JSON output for scripting

JSON output

{
  "version": "1.0.0",
  "totalWrites": 5803,
  "totalBytes": 25601234,
  "topFile": { "name": "staged-hatching-backus.md", "count": 192 },
  "topExtension": { "ext": ".md", "count": 2009 },
  "largestFile": { "name": "index.html", "bytes": 90204 },
  "byExtension": [...],
  "byProject": [...],
  "bySizeBucket": [...]
}

Browser version

Try it without installing: yurukusa.github.io/cc-write

Drag-drop your ~/.claude/projects/ folder (or any subfolder) to analyze.

How it works

Reads ~/.claude/projects/**/*.jsonl session transcripts and extracts every Write tool call. Aggregates by file extension, filename, project, and content size. Zero external dependencies.


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