Monitors real-time context window usage, token consumption, and session costs directly within the Claude Code terminal footer.
The Context Window Status Line skill provides a customizable dashboard for Claude Code, enabling developers to visualize critical session metrics such as token counts, API costs, and context window saturation. By integrating a dynamic footer bar into the terminal interface, users can track resource usage and session performance in real-time, helping to optimize prompt efficiency and manage API expenditures during long development sessions. It offers granular insights into input/output tokens, cache hits, and performance timing, all through a non-intrusive terminal-based UI.
주요 기능
01Live session cost calculation in USD with four-decimal precision
02Real-time tracking of input, output, and cached tokens
03Visual context window progress bar with color-coded thresholds
04Interactive diff counters displaying lines of code added and removed
05Performance metrics including total wall time and API response duration
062 GitHub stars
사용 사례
01Tracking the financial cost of complex AI coding sessions to manage project budgets
02Monitoring token usage during large-scale refactors to prevent unexpected context compaction
03Optimizing prompt strategies by observing cache hit rates and token efficiency in real-time