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

show-me-the-context

v0.1.1

Published

Show me the Context - Claude Code 에이전트의 컨텍스트 소모량/사고과정/툴 사용을 실시간 시각화하는 TUI

Readme

Show me the Context

Visualize your context window — for Claude Code

A terminal tool that shows you how much of your context window is being used in real time while using Claude Code.

[ ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ] Context: 198,234 / 1,000,000 (19.8%)
============================================================
  ┌──────────┐    System (45,231 tokens)
  │          │
  │          │
  └──────────┘
  ● User: Refactor this function (342 tokens)
> ┌──────────┐    Claude (152,661 tokens)
  │          │    src/auth/login.ts +12 -8 | src/auth/types.ts +3 -1
  │          │    Tools: 5 | Thinking: 2,340 tokens
  │          │
  │          │
  └──────────┘
[FOLLOW] ↑↓ navigate  ESC re-enable follow  Enter toggle detail  q back [3/3]

Why?

As conversations grow longer, Claude Code fills up the context window and starts summarizing (compacting) earlier messages. This can cause important context to be lost.

Run Show me the Context in a side terminal to:

  • See what % of the context window is used at a glance
  • Visually identify which blocks (System/User/Claude) consume the most tokens
  • Track how many tools Claude called and which files were modified
  • Auto-detect max context size per model (Opus 4.6: 1M, Sonnet: 200K, etc.)

Install & Run

npm install -g show-me-the-context
show-me-the-context

On first launch, you'll be prompted to set up Claude Code hooks. Select "Hook 설정 자동 추가" and it's done automatically.

Then start claude in another terminal — it will be detected and visualized in real time.

Controls

| Key | Action | |-----|--------| | | Navigate blocks | | Enter | View block details | | ESC | Return to follow mode / close details | | q | Go back |

License

MIT