@sirmalloc/ccstatusline

by sirmalloc · v1.0.0 · prompt

ccstatusline is a customizable status line formatter for Claude Code CLI that displays model info, git branch, token usage, and other metrics. It functions as both:

Install

Add @sirmalloc/ccstatusline to Claude Code with the PolySkill CLI: polyskill add @sirmalloc/ccstatusline

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview ccstatusline is a customizable status line formatter for Claude Code CLI that displays model info, git branch, token usage, and other metrics. It functions as both: 1. A piped command processor for Claude Code status lines 2. An interactive TUI configuration tool when run without input ## Development Commands ```bash # Install dependencies bun install # Run in interactive TUI mode bun run start # Test with piped input (use [1m] suffix for 1M context models) ec…

Keywords: github, status-line, claude-code, git-branch, token-usage, cli-tools, customization, coding-metrics, developer-utilities