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.
npx claudepluginhub gregoryho/cc-pulseline --plugin pulselineThis skill uses the workspace's default tool permissions.
You are automatically diagnosing a cc-pulseline statusline issue. Run quick diagnostics, identify the problem, and suggest a fix.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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 report