From status-line
Configure Claude Code to use the status-line plugin. Edits ~/.claude/settings.json to add the statusLine command pointing at the installed script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/status-line:status-line-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure the Claude Code status line to use this plugin.
Configure the Claude Code status line to use this plugin.
Read ~/.claude/plugins/installed_plugins.json and find the entry whose name contains status-line. Extract the installPath. If not found, tell the user the plugin does not appear to be installed and stop.
Derive the version-independent glob path from the install path by replacing the version component with *. For example, if the install path is /Users/chris/.claude/plugins/cache/cgraf78-claude-plugins/status-line/1.0.0, the glob path is ~/.claude/plugins/cache/cgraf78-claude-plugins/status-line/*/scripts/status-line.sh. Verify the actual file exists at the install path.
Check whether ~/.claude/settings.json exists.
{}.statusLine key with:
"statusLine": {
"type": "command",
"command": "bash ~/.claude/plugins/cache/cgraf78-claude-plugins/status-line/*/scripts/status-line.sh"
}
Use the glob path with ~ and * for the version — this survives plugin updates without reconfiguration.
Confirm to the user that the status line has been configured and will take effect immediately.
npx claudepluginhub cgraf78/claude-plugins --plugin status-lineInstalls 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.
Installs, configures, or previews PBR status line in Claude Code terminal, displaying project phase, plan, status, git branch, and context usage.