/setup
Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
$ npx -y skills add JasperSui/claude-code-iterm2-tab-status --agent claude-codeShips with iterm2-tab-status. Installing the plugin gets this command.
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.
Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
Command definition
setup.mddescription: Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
Run the iTerm2 tab status bootstrap script to set up the Python runtime and deploy the adapter.
Execute this command:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"If the bootstrap was already completed, it will skip automatically. To force re-bootstrap, first remove the marker:
rm -f ~/.claude/iterm2-tab-status-bootstrapped
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"After bootstrap completes, restart iTerm2 or toggle the script off/on via Scripts → AutoLaunch → claude_tab_status.py (click twice).
See what every Claude Code session is doing. Each iTerm2 tab shows a status prefix. ⚡ running, 💤 idle, or 🔴 needs attention (with flashing).

