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

claude-scope

v1.1.0

Published

Claude Code plugin for session status and analytics

Readme

claude-scope

Real-time statusline for Claude Code CLI

npm version Downloads License: MIT Node.js Version codecov GitHub Stars

Track context, cost, git, docker, and more — right in your terminal

Quick Start · Features · Themes · Configuration · Docs



🚀 Quick Start

npx -y claude-scope@latest install

This single command:

  1. ✅ Adds statusLine to ~/.claude/settings.json
  2. ✅ Opens interactive configurator to choose layout, theme, and style

Restart Claude Code — done!


💡 Why claude-scope?

claude-scope transforms your Claude Code CLI into a powerful command center. See everything you need at a glance:

| What you get | Why it matters | |--------------|----------------| | 📊 Context usage | Know when you're running low before it's too late | | 💰 Session cost | Track spending in real-time | | 🔀 Git status | Branch, changes, tags — no switching windows | | 🐳 Docker containers | Monitor your stack without leaving the terminal | | 🔧 Active tools | See what Claude is doing right now | | 💻 System metrics | CPU, RAM, disk, network — all in one place |


✨ Highlights

  • 🪶 Zero runtime dependencies — pure TypeScript, native Node.js only
  • 🧩 15 customizable widgets — model, context, cost, git, docker, sysmon, and more
  • 🎨 17 built-in themes — from Dracula to Nord to Cyberpunk
  • 🎭 12 display styles — balanced, playful, compact, verbose, technical...
  • 🤖 AI-friendly configuration — just ask Claude to customize it!
  • Instant setup — one command, works immediately

🧩 Features

Available Widgets

| Widget | Description | Example | |--------|-------------|---------| | model | Current Claude model | Opus 4.5 | | context | Context usage with progress bar | 42% [████████░░░░░░░░░] | | cost | Session cost | $33.05 | | duration | Session time | 2h 10m 20s | | lines | Lines added/removed | +382/-112 | | git | Branch and tracking | main...origin/main | | git-tag | Latest tag | v0.8.49 | | cache-metrics | Cache statistics | 81k cache | | config-count | Config files count | CLAUDE.md:1 │ MCPs:5 | | active-tools | Running/completed tools | Bash (1 running, 10 done) | | dev-server | Dev server status | ⚡ Nuxt (running) | | docker | Docker containers | Docker: 1 🟢 | | sysmon | System metrics | CPU 45% │ RAM 19GB │ Disk 2% | | poker | Easter egg | 🃏 A♠ K♠ | | cwd | Current directory | ~/projects/app |

📐 Layout Presets

| Preset | Lines | Best for | |--------|-------|----------| | Rich | 4 | Full information, large terminals | | Balanced | 2 | Most users, good balance | | Compact | 1 | Minimal footprint |


🎨 Themes

17 Built-in Themes

| Category | Themes | |----------|--------| | 🔥 Popular | dracula, tokyo-night, nord, monokai | | 💻 IDE | vscode-dark-plus, one-dark-pro, github-dark-dimmed | | 🌸 Pastel | catppuccin-mocha, rose-pine | | ⚡ Vibrant | cyberpunk-neon | | 👔 Professional | professional-blue, solarized-dark | | 🌫️ Minimal | gray, muted-gray, slate-blue, dusty-sage | | 🎯 Semantic | semantic-classic |

Switch themes instantly:

npx -y claude-scope@latest quick-config

⚙️ Configuration

🤖 /scope — AI-Powered Configuration

claude-scope includes a built-in Claude Code skill for effortless configuration. Just type /scope or ask naturally:

Use the /scope command:

/scope swap line 0 and line 1
/scope add docker widget to line 2
/scope change theme to dracula
/scope make all widgets compact

Or just ask Claude naturally:

"Move git widget to the first line"
"Switch to nord theme"
"Show me current config"
"Remove the cost widget"

The skill is installed automatically with the package — no setup required!

Changes apply instantly on the next status line update.

📝 Manual Configuration

Edit ~/.claude-scope/config.json directly:

{
  "version": "1.0.0",
  "$aiDocs": "https://github.com/YuriNachos/claude-scope/blob/main/AI-CONFIG-GUIDE.md",
  "lines": {
    "0": [
      { "id": "model", "style": "balanced", "colors": { ... } },
      { "id": "context", "style": "balanced", "colors": { ... } }
    ],
    "1": [
      { "id": "git", "style": "balanced", "colors": { ... } }
    ]
  }
}

See AI-CONFIG-GUIDE.md for complete reference.


📚 Documentation

| Topic | Description | |-------|-------------| | AI-CONFIG-GUIDE.md | Complete configuration reference for AI | | ARCHITECTURE.md | System architecture, data flow | | WIDGETS.md | All widgets, styles, examples | | THEME-SYSTEM.md | Theme system, customization | | CHANGELOG.md | Version history, roadmap |


📋 Requirements

  • Node.js 18+
  • Claude Code CLI

🤝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.


📄 License

MIT — use freely in your projects.


Made with ❤️ by YuriNachos

GitHub · Issues · npm

If you find claude-scope useful, consider giving it a ⭐