From context-bar
Show a single-line context usage progress bar with color-coded statusline
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-bar:context-barThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this command. The Bash output IS the result — do NOT echo or repeat it in your response. Say nothing after the command runs.
Run this command. The Bash output IS the result — do NOT echo or repeat it in your response. Say nothing after the command runs.
bash ~/.claude/skills/context-bar/context-bar.sh
To always see context usage in your Claude Code statusline, copy statusline-command.sh to ~/.claude/ and add to your settings.json (user-level or project-level .claude/settings.local.json):
{
"statusLine": {
"type": "command",
"command": "bash ~/.claude/statusline-command.sh"
}
}
The statusline shows model, directory, git branch, and a color-coded context bar (green <50%, amber 50-79%, red 80%+).
npx claudepluginhub abhattacherjee/claude-code-skills --plugin context-barDevelops custom status lines for Claude Code to display git branch, context usage, model name, and session costs using bash scripts that process JSON stdin input.
Interactive wizard sets up Claude Code's custom status line with progress bars, token counts, git branch, model name, and session info. Cross-platform for Mac/Linux/Windows via bash/PowerShell scripts.
Guides creation and debugging of the Claude Code status line: a customizable shell-script-driven bar showing token usage, model, cost, git context, and more. Use when configuring statusLine in settings.json or writing status scripts.