terminal-monitor
Installation
SKILL.md
Terminal Monitor — Utility Skill
Opens a dedicated terminal pane (tmux or iTerm2) to let the user follow a subagent's or team member's output in real time.
Parameters (passed by the calling skill via context)
| Parameter | Required | Description |
|---|---|---|
mode |
yes | subagent or team |
label |
yes | Header text displayed in the pane |
pane-name |
yes | Short name for the tab/window |
output-file |
if mode: subagent |
File to tail (written by the agent) |
team-name |
if mode: team |
Team name (used to locate .team/<team-name>/) |
team-member |
optional | Specific team member to monitor; omit to show full team activity |