/setup
Set up the claude-pulse status bar. This is a one-time setup.
> /plugin marketplace add NoobyGains/claude-pulse > /plugin install claude-pulse@claude-pulse
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/setup
Context preview
What this command does when you run it.
Set up the claude-pulse status bar. This is a one-time setup.
Command definition
setup.mdSet up the claude-pulse status bar. This is a one-time setup.
---
Steps
1. **Find the script.** Use the Glob tool to search for `claude_status.py` inside `~/.claude/plugins/` recursively. The pattern is `**/claude_status.py`. Use the result that contains `claude-pulse` in the path. Save this as SCRIPT_PATH.
2. **Run the installer.** Execute: `python "SCRIPT_PATH" --install`
This adds the status line command and animation hooks to `~/.claude/settings.json`.
3. **Confirm to the user:**
- "claude-pulse is installed! Restart Claude Code to see your status bar."
- "Type `/claude-pulse:pulse` to configure themes, colours, and animations."
- "Type `/claude-pulse:pulse show` to preview all themes."
Real-time usage monitor for Claude Code — session limits, weekly limits, and plan tier with colour-coded progress bars
Repo: NoobyGains/claude-pulse

