From cache-ttl-statusline
Set up and configure the cache TTL statusline in Claude Code. Use this skill when the user wants to install, configure, or customize the statusline that shows cache TTL countdown, model, cost, context usage, and API rate limits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cache-ttl-statusline:cache-ttl-statuslineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add this to your Claude Code settings (`~/.claude/settings.json` or `.claude/settings.json`):
Add this to your Claude Code settings (~/.claude/settings.json or .claude/settings.json):
{
"statusLine": {
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/dist/index.js"
}
}
Or if installed standalone (not as plugin), use the absolute path:
{
"statusLine": {
"type": "command",
"command": "node /path/to/ClaudeCacheTTLStatusLine/dist/index.js"
}
}
After adding, restart Claude Code. The statusline will show:
npx claudepluginhub jerrettdavis/claudestatuslinewidgets --plugin cache-ttl-statuslineInstalls 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 or uninstalls a live token counter statusline for Claude Code showing real-time input/output/cache token usage in the CLI.
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.