From setup-pulse
Install claude-pulse statusline for real-time token usage monitoring. Use when user says "/setup-pulse", "install statusline", "setup pulse".
npx claudepluginhub omriariav/omri-cc-stuff --plugin setup-pulseThis skill is limited to using the following tools:
Install claude-pulse statusline for real-time token usage monitoring.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
Install claude-pulse statusline for real-time token usage monitoring.
/setup-pulse
Installs claude-pulse - a statusline script that shows your context usage as 72k/200k (36%) with color-coded warnings.
When the user runs /setup-pulse:
Clone or update the claude-pulse repository:
if [ -d "$HOME/Code/claude-pulse" ]; then
cd "$HOME/Code/claude-pulse" && git pull
else
mkdir -p "$HOME/Code"
git clone https://github.com/omriariav/claude-pulse.git "$HOME/Code/claude-pulse"
fi
Run the install script:
cd "$HOME/Code/claude-pulse" && ./install.sh
Tell the user to add this to their Claude Code settings.json:
{
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
}
}
For Windows users:
{
"statusLine": {
"type": "command",
"command": "powershell -ExecutionPolicy Bypass -File C:/Users/USERNAME/.claude/statusline-command.ps1"
}
}
Tell them to restart Claude Code to see the statusline.
After installation:
claude-pulse installed successfully!
Add to your settings.json:
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
}
Then restart Claude Code to see: 72k/200k (36%)
/context100% is normal when context is full (Claude will auto-compact)