From claude-2x-statusline
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-2x-statusline: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
Install and configure the claude-2x-statusline for Claude Code.
Install and configure the claude-2x-statusline for Claude Code.
Ask the user which tier they want using AskUserQuestion with these options:
Write the config file at ~/.claude/statusline-config.json:
{
"tier": "<chosen_tier>",
"mode": "<minimal for minimal/standard, full for full>",
"schedule_url": "https://raw.githubusercontent.com/Nadav-Fux/claude-2x-statusline/main/schedule.json",
"schedule_cache_hours": 6
}
engines/ lives). Use the CLAUDE_PLUGIN_ROOT environment variable if available, otherwise find it via:find ~/.claude -name "python-engine.py" -path "*/engines/*" 2>/dev/null | head -1 | xargs dirname | xargs dirname
~/.claude/settings.json to set the statusLine command pointing to the plugin's statusline.sh:{
"statusLine": {
"type": "command",
"command": "bash <plugin_root>/statusline.sh"
}
}
curl -s https://raw.githubusercontent.com/Nadav-Fux/claude-2x-statusline/main/schedule.json -o ~/.claude/statusline-schedule.json
npx claudepluginhub nadav-fux/claude-2x-statusline --plugin claude-2x-statuslineInstalls or uninstalls a live token counter statusline for Claude Code showing real-time input/output/cache token usage in the CLI.
Creates and customizes Claude Code status lines to display contextual info like model name, git branch, token usage, project colors, and session cost. Supports manual scripts or ccstatusline widget.
Guides users through claude-2x-statusline onboarding after install: checks config, summarizes tier/mode, offers verify install, switch tier, learn segments, or check updates.