claude-code-usage-bar - statusline budget readout
Real-time Claude Code statusline showing token usage, remaining budget, burn rate, and depletion time. Drop-in shell prompt addition.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webClaude Code Plugins for Business Analysts: A Real Confluence Audit Use Case
medium.com · Apr 30, 2026
Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
dev.to · Apr 30, 2026
I Let Claude AI Handle My Work for a Day - It Shocked Me
medium.com · Apr 30, 2026
Claude.ai and API Unavailable
status.claude.com · Apr 30, 2026
Claude.ai Down Again?
news.ycombinator.com · Apr 30, 2026
Featured in
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Observability for AI coding agents
Tools that show you what your coding agents are actually doing: token spend, session state, tool calls, and parallel execution.
Related entries
ContextAnalyzerTerminal - per-tool-call context analyzer
Python tool that breaks down Claude Code context window usage per tool call. Surfaces which Read or Grep calls are eating the most tokens.
prism - session intelligence for Claude Code
Python TUI that finds where extra tokens are burned in Claude Code sessions, why sessions fail, and what to fix. Built on Textual, focused on debugging your own usage.
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
Recall - TUI search across agent session history
Local-first Rust TUI that searches Claude Code, Codex, and OpenCode session history with hybrid full-text plus semantic retrieval. Built on ratatui.