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

v1.0.0

Published

Which tools does your Claude Code AI call most? Distribution of tool usage across sessions.

Readme

cc-tools

Which tools does your Claude Code AI call most?

Shows the distribution of tool usage — Read, Bash, Edit, Grep, and more — across your entire session history.

Usage

npx cc-tools
cc-tools — Top 15 tool calls

  Read          ████████████████████████████   68,437  ( 34.7%)
  Bash          ███████████████████████████░   65,464  ( 33.2%)
  Edit          ███████░░░░░░░░░░░░░░░░░░░░░   17,901  (  9.1%)
  Grep          ███████░░░░░░░░░░░░░░░░░░░░░   16,909  (  8.6%)
  Glob          ████░░░░░░░░░░░░░░░░░░░░░░░░   10,033  (  5.1%)
  Write         ██░░░░░░░░░░░░░░░░░░░░░░░░░░    4,863  (  2.5%)
  TaskUpdate    █░░░░░░░░░░░░░░░░░░░░░░░░░░░    2,095  (  1.1%)
  TodoWrite     █░░░░░░░░░░░░░░░░░░░░░░░░░░░    2,090  (  1.1%)
  WebSearch     █░░░░░░░░░░░░░░░░░░░░░░░░░░░    1,640  (  0.8%)
  Task          █░░░░░░░░░░░░░░░░░░░░░░░░░░░    1,616  (  0.8%)
  WebFetch      ░░░░░░░░░░░░░░░░░░░░░░░░░░░░    1,095  (  0.6%)
  TaskCreate    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░    1,032  (  0.5%)
  TaskOutput    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░      813  (  0.4%)
  ExitPlanMode  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░      609  (  0.3%)
  SendMessage   ░░░░░░░░░░░░░░░░░░░░░░░░░░░░      506  (  0.3%)

─────────────────────────────────────────────────────────────────
  Total calls: 197,125  |  Unique tools: 45

Category view

npx cc-tools --categories
cc-tools — Tool calls by category

  Explorer      ████████████████████████████   95,379  ( 48.4%)
  Executor      ███████████████████░░░░░░░░░   65,464  ( 33.2%)
  Builder       ███████░░░░░░░░░░░░░░░░░░░░░   22,764  ( 11.5%)
  Orchestrator  ███░░░░░░░░░░░░░░░░░░░░░░░░░    8,847  (  4.5%)
  Researcher    █░░░░░░░░░░░░░░░░░░░░░░░░░░░    2,735  (  1.4%)
  MCP           ░░░░░░░░░░░░░░░░░░░░░░░░░░░░    1,212  (  0.6%)
  Communicator  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░      523  (  0.3%)

Category definitions

| Category | Tools | |----------|-------| | Explorer | Read, Grep, Glob — reading and searching | | Executor | Bash — running shell commands | | Builder | Edit, Write, NotebookEdit — modifying files | | Orchestrator | Task, TodoWrite, ExitPlanMode, etc. — planning and delegation | | Researcher | WebSearch, WebFetch — external information | | MCP | mcp__* — model context protocol tools | | Communicator | SendMessage, TeamCreate — agent communication |

Options

npx cc-tools                  # Top 15 tools
npx cc-tools --top=20         # Top 20 tools
npx cc-tools --categories     # Category breakdown
npx cc-tools --json           # JSON output

Browser Version

yurukusa.github.io/cc-tools

Drag in your ~/.claude folder. Shows top tools and category breakdown. Runs locally.

Part of cc-toolkit

cc-tools is tool #51 in cc-toolkit — 60 free tools for Claude Code users.

Related:


GitHub: yurukusa/cc-tools Try it: npx cc-tools