Builds and customizes dynamic status lines for Claude Code to display real-time session metadata and workspace info.
This skill provides comprehensive guidance and implementation patterns for creating custom status lines within the Claude Code terminal interface. It enables developers to monitor critical session information such as token usage, real-time costs, active Git branches, and model specifications directly at the bottom of their workspace. By leveraging shell scripts and JSON context, it allows for high levels of personalization and immediate updates without requiring a tool restart, improving visibility into the AI's state and resource consumption.
Key Features
01Git-aware status indicators for branches and changes
02JSON-driven scripting for custom data extraction
03ANSI color support for enhanced visual feedback
04Real-time cost and token usage tracking
052 GitHub stars
06Context window monitoring and model metadata display
Use Cases
01Monitoring API costs and token limits during long coding sessions
02Integrating Git workflow information directly into the CLI interface
03Creating personalized terminal dashboards with workspace-specific details