From statusline
Configure the enhanced statusline in Claude Code settings. Run this once after installing the plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/statusline:setup-statuslineThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install the statusline into your Claude Code settings.
Install the statusline into your Claude Code settings.
# Find where the plugin is cached
PLUGIN_PATH=$(find ~/.claude/plugins/cache -name "statusline.sh" -path "*/statusline*" 2>/dev/null | head -1)
echo "Statusline script: $PLUGIN_PATH"
If not found, the script is at ${CLAUDE_PLUGIN_ROOT}/bin/statusline.sh.
chmod +x "$PLUGIN_PATH"
Read ~/.claude/settings.json and add or update the statusLine key:
{
"statusLine": {
"type": "command",
"command": "<PLUGIN_PATH>",
"padding": 0
}
}
Use the Edit tool to add this to the user's ~/.claude/settings.json.
Tell the user the statusline is configured. It will appear on the next prompt.
Features:
Opus 4.6 1000k EXT)~/path display (outside git repos)/compact warning at 85%+ usagenpx claudepluginhub aesirsystems/claude-marketplace --plugin statuslineInstalls a custom status line script to ~/.claude that displays model, Git status, context usage, cost, and worktree info in Claude Code.
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.
Guides creation and debugging of the Claude Code status line: a customizable shell-script-driven bar showing token usage, model, cost, git context, and more. Use when configuring statusLine in settings.json or writing status scripts.