From simple-claude-code-status-line
Set up the simple-claude-code-status-line status bar for Claude Code. Copies the statusline script to ~/.claude/ and patches settings.json. Use when the user says "set up status line", "install status line", "configure status bar", or invokes /statusline-setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/simple-claude-code-status-line:statusline-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install the simple-claude-code-status-line status bar. Steps:
Install the simple-claude-code-status-line status bar. Steps:
process.env.HOME (Mac/Linux) or process.env.USERPROFILE (Windows)~/.claude/statusline-command.js~/.claude/settings.jsonRead the file at ${CLAUDE_PLUGIN_ROOT}/statusline-command.js and write it to ~/.claude/statusline-command.js.
Use the absolute path (not ~/) in all file operations.
Read ~/.claude/settings.json. Add or replace the statusLine key:
{
"statusLine": {
"type": "command",
"command": "node /ABSOLUTE/PATH/TO/.claude/statusline-command.js"
}
}
Replace /ABSOLUTE/PATH/TO/ with the actual home directory path. Never use ~ in the command value — Claude Code does not expand it.
Merge carefully: preserve all existing settings. Only add/replace statusLine.
Tell the user:
~/.claude/statusline-command.js~/.claude/settings.json/reset./c/Users/username — use this form in the command value./Users/username or /home/username.Creates, 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 stanlrt/cache-aware-cc-status-line