Claude Code plugin for session status and analytics
npm install claude-scope 
# claude-scope
### Real-time statusline for Claude Code CLI






Track context, cost, git, docker, and more — right in your terminal
Quick Start · Features · Themes · Configuration · Docs
---

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

| Category | Themes |
|----------|--------|
| 🔥 Popular | dracula, tokyo-night, nord, monokai |vscode-dark-plus
| 💻 IDE | , one-dark-pro, github-dark-dimmed |catppuccin-mocha
| 🌸 Pastel | , rose-pine |cyberpunk-neon
| ⚡ Vibrant | |professional-blue
| 👔 Professional | , solarized-dark |gray
| 🌫️ Minimal | , muted-gray, slate-blue, dusty-sage |semantic-classic
| 🎯 Semantic | |
Switch themes instantly:
`bash`
npx -y claude-scope@latest quick-config
---
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.
Edit ~/.claude-scope/config.json directly:
`json``
{
"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.
---
| 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 |
---
- Node.js 18+
- Claude Code CLI
---
Contributions are welcome! See CONTRIBUTING.md for guidelines.
---
MIT — use freely in your projects.
---