Help us improve
Share bugs, ideas, or general feedback.
From statusbar
Sets up, checks status, or uninstalls the statusbar plugin in Claude Code. Use for first-time configuration, verifying setup state, or clean removal.
npx claudepluginhub sym1000/claude-statusbar --plugin statusbarHow this skill is triggered — by the user, by Claude, or both
Slash command
/statusbar:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user set up, check, or uninstall the statusbar plugin.
Controls the claude-statusbar (cs) — switch themes, styles, density, override severity colors, preview combinations, run doctor, reset config, install/remove, toggle fast/daemon mode, and show cost or prompt-cache age.
Installs and configures claude-2x-statusline for Claude Code. Prompts for Minimal, Standard, or Full tier with peak status, model info, rate limits, tokens, cost, timeline, and git; updates settings.json and fetches schedule.
Creates and customizes Claude Code status lines to display contextual info like model name, git branch, token usage, project colors, and session cost. Supports manual scripts or ccstatusline widget.
Share bugs, ideas, or general feedback.
You are helping the user set up, check, or uninstall the statusbar plugin.
Based on the user's message, determine which action to perform:
If the user just typed /statusbar:setup with no additional context, assume setup.
Run the setup helper to check the current state:
node "${CLAUDE_PLUGIN_ROOT}/scripts/setup-helper.js" status --plugin-root "${CLAUDE_PLUGIN_ROOT}" --data-dir "${CLAUDE_PLUGIN_DATA}"
Parse the JSON output. Report to the user:
setup:If the status bar is already configured, tell the user it's already set up and ask if they want to re-run setup (which will overwrite their statusLine setting).
If proceeding with setup, run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/setup-helper.js" setup --plugin-root "${CLAUDE_PLUGIN_ROOT}" --data-dir "${CLAUDE_PLUGIN_DATA}"
Parse the JSON output. If successful, tell the user:
/statusbar:configIf any step failed, show the error and suggest manual troubleshooting.
uninstall:Confirm with the user before proceeding. Then run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/setup-helper.js" uninstall --plugin-root "${CLAUDE_PLUGIN_ROOT}" --data-dir "${CLAUDE_PLUGIN_DATA}"
Tell the user the status bar has been removed and they need to restart Claude Code.
status:Just display the status information from Step 1 in a readable format. If not configured, suggest running /statusbar:setup.
~/.claude/settings.json — it preserves all existing settings and only adds/modifies the statusLine key${CLAUDE_PLUGIN_DATA} is not available, the setup helper falls back to ~/.claude/plugins/data/statusbar/