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

v1.0.1

Published

How many distinct tools does Claude Code use per session? Breadth analysis across your sessions.

Readme

cc-toolbox

How many distinct tools does Claude Code reach for in a session? Focused specialist or full-toolkit generalist?

npx cc-toolbox

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

Output

cc-toolbox — How Many Tools Does Claude Code Use Per Session?
==============================================================
Sessions analyzed: 2,123

Distinct Tool Types Per Session
--------------------------------
1 type     ████████░░░░░░░░░░░░   347   16.3%
2 types    ██████████░░░░░░░░░░   454   21.4%
3 types    ████████████████████   566   26.7%  ← most common
4 types    █████████░░░░░░░░░░░   404   19.0%
5 types    ██░░░░░░░░░░░░░░░░░░   102    4.8%
6-7 types  ██░░░░░░░░░░░░░░░░░░   101    4.8%
8-10 types █░░░░░░░░░░░░░░░░░░░    59    2.8%
11+ types  ██░░░░░░░░░░░░░░░░░░    90    4.2%

Median: 3 tool types  |  Mean: 3.5

Tool Universality (% of sessions each tool appeared in)
----------------------------------------------------------
Read               ████████████████  82.4%
Bash               ██████████████░░  70.3%
Grep               █████████░░░░░░░  43.9%
Glob               ████████░░░░░░░░  40.5%
Write              ████░░░░░░░░░░░░  22.0%
Edit               ████░░░░░░░░░░░░  18.7%
...

Top Tool Trios (most-used 3 tools per session)
-----------------------------------------------
Bash+Grep+Read               ████████████████   342   16.1%
Bash+Glob+Read               ████████████░░░░   236   11.1%
Glob+Grep+Read               ███████████░░░░░   211    9.9%
Bash+Edit+Read               ████████░░░░░░░░   150    7.1%
Bash+Read+Write              █████░░░░░░░░░░░   107    5.0%

What it tells you

  • 3 is the magic number — the most common session uses exactly 3 distinct tool types (26.7%)
  • 61.7% of sessions use 3 or fewer tools — focused, narrow-scope work dominates
  • Read is universal — it appears in 82.4% of all sessions. Almost no session avoids it
  • Bash+Grep+Read is the canonical trio (16.1% of sessions) — read context, search for patterns, execute
  • 11+ type sessions (4.2%) are the marathon autonomous loops — these sessions touch everything

Session archetypes by tool count

| Count | Archetype | % | |---|---|---| | 1-2 types | Quick lookup / single-task | 37.7% | | 3-4 types | Focused work session | 45.7% | | 5-7 types | Multi-step project | 9.6% | | 8-10 types | Complex session | 2.8% | | 11+ types | Autonomous marathon | 4.2% |

Options

npx cc-toolbox --json    # Raw JSON output

Browser version

yurukusa.github.io/cc-toolbox — 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-toolbox