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.
npx claudepluginhub nadav-fux/claude-2x-statusline --plugin claude-2x-statuslineThis skill is limited to using the following tools:
Install and configure the claude-2x-statusline for Claude Code.
Guides users through claude-2x-statusline onboarding after install: checks config, summarizes tier/mode, offers verify install, switch tier, learn segments, or check updates.
Interactive wizard sets up Claude Code's custom status line with progress bars, token counts, git branch, model name, and session info. Cross-platform for Mac/Linux/Windows via bash/PowerShell scripts.
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.
Share bugs, ideas, or general feedback.
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