| name | agent-bar-setup |
| description | Install and activate the agent-bar status line. Use when user says "set up agent-bar", "install agent-bar", "activate agent-bar", or "configure statusline". |
| tools | Bash, Read |
Agent Bar Setup
Install and activate the agent-bar status line for Claude Code.
Steps
- Run the install script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"
-
After the script completes, tell the user:
- The statusline script has been installed to
~/.claude/statusline.sh
- The
statusLine config has been added to ~/.claude/settings.json
- They need to restart Claude Code for the status bar to appear
-
Mention that they can customize settings by creating ~/.claude/agent-bar.json — or by running /agent-bar:configure.
Troubleshooting
If jq is not installed, tell the user to install it first: