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

v1.0.1

Published

Analyze how Claude Code sessions evolve across 3 phases — does the Explore→Code→Verify arc actually exist?

Readme

cc-arc

npm version npm downloads

Does Claude Code follow the Explore → Code → Verify arc? Analyze how sessions evolve across 3 phases.

npx cc-arc

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

Output

cc-arc — Session Arc Analyzer
==============================
Sessions analyzed: 1,595 (≥9 tool calls)
Mode-locked sessions (same dominant all 3 thirds): 551 (34.5%)

Tool Distribution Across Session Arc (first → middle → last)
-------------------------------------------------------------
Glob         ████░░░░░░░░░░░░░░░░  3.4% →  2.0% →  1.0%   -2.4%↓
Edit         ██████████░░░░░░░░░░ 11.5% → 12.7% → 13.5%   +2.0%↑
Grep         ████████░░░░░░░░░░░░  8.2% →  8.8% →  9.2%   +0.9%↑
Bash         ██████████████████░░ 37.7% → 37.1% → 37.8%   +0.1%→
Read         █████████░░░░░░░░░░░ 24.6% → 25.9% → 24.8%   +0.2%→
WebSearch    █░░░░░░░░░░░░░░░░░░░  1.8% →  1.7% →  1.5%   -0.4%↓
Write        ████░░░░░░░░░░░░░░░░  4.3% →  3.4% →  4.2%   -0.1%→
WebFetch     █░░░░░░░░░░░░░░░░░░░  1.0% →  1.0% →  0.9%   -0.1%→

Top Session Arc Patterns
------------------------
Verify→Verify→Verify            257   16.1% [locked]
Read→Read→Read                  196   12.3% [locked]
Explore→Read→Read               129    8.1%
Web→Web→Web                     117    7.3% [locked]
Read→Read→Verify                 72    4.5%
Read→Verify→Verify               71    4.5%

What it tells you

The Explore → Code → Verify arc is a myth.

  • Bash (Verify) is flat at 37% across all 3 thirds — Claude Code verifies constantly, not just at the end
  • 34.5% of sessions are mode-locked — sessions stay in the same mode throughout
  • Glob is the one front-loaded tool (3.4% → 1.0%, -2.4%) — file discovery happens first, then stops
  • Edit is the one back-loaded tool (+2.0%) — coding concentration grows toward the end
  • Most common complex arc: Explore→Read→Read (8.1%) — explore to orient, then read deeply

The real picture

| Finding | What it means | |---------|--------------| | Verify flat throughout | Bash isn't a "final phase" — it's constant background verification | | Mode-locked 35% | Sessions are often single-purpose from start to finish | | Glob front-loaded | File discovery is a distinct opening move | | Edit back-loaded | Writing code builds momentum over time |

Options

npx cc-arc --json     # Raw JSON output

Browser version

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