From pulseline
Diagnose and fix cc-pulseline statusline issues. Use when the user mentions their statusline is blank, broken, not updating, showing wrong data, or displaying rendering problems. Also use when users report missing segments, broken icons, or color issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pulseline:pulseline-troubleshootThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are automatically diagnosing a cc-pulseline statusline issue. Run quick diagnostics, identify the problem, and suggest a fix.
You are automatically diagnosing a cc-pulseline statusline issue. Run quick diagnostics, identify the problem, and suggest a fix.
Run these checks to identify the issue:
# Binary exists and is executable
ls -la ~/.claude/pulseline/cc-pulseline 2>/dev/null
# Binary runs without error
~/.claude/pulseline/cc-pulseline --check 2>&1
# Test with sample payload
echo '{"session_id":"diag","version":"1.0.2"}' | ~/.claude/pulseline/cc-pulseline 2>&1
Read ~/.claude/settings.json and check that statusLine.command points to ~/.claude/pulseline/cc-pulseline.
~/.claude/pulseline/cc-pulseline --check 2>&1
~/.claude/pulseline/cc-pulseline --print 2>&1
ls -la ${TMPDIR:-/tmp}/cc-pulseline-*.json 2>/dev/null
/pulseline:setup/pulseline:setup cargostatusLine key missing from settings.json. Fix: /pulseline:setuprm -f ${TMPDIR:-/tmp}/cc-pulseline-*.json/pulseline:config show to see merged resultfalse. Run /pulseline:config edit to re-enableuse_icons = false in config to use ASCII fallbackcolor_enabled in config. Set to false if terminal doesn't support 256-color, or set theme = "light" for light terminal backgrounds/pulseline:config editshow_* fields in config via /pulseline:config showAfter diagnosing, recommend the appropriate /pulseline:* command:
/pulseline:setup — reinstall or re-register/pulseline:config edit — adjust display settings/pulseline:config reset — reset to defaults/pulseline:status — full diagnostic reportCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub gregoryho/cc-pulseline --plugin pulseline