| name | look-at |
| description | Observe what the user is currently viewing (screen context). Use when the user says "look at my screen" or you need to verify what they're viewing. |
/show-me:look-at
Capture what the user is currently viewing with tmux hierarchy and pane content.
Targets
- (none) โ Current pane content
%<id> โ Specific pane by ID
%1,%2,%3 โ Multiple panes
window โ All panes in current window
Options
-l, --lines N โ Lines of scrollback
-H, --hierarchy โ Hierarchy only (no content)
-p, --preserve-blanks โ Keep exact spacing
Implementation
Run via the Bash tool. look-at is on PATH (Claude Code adds plugin bin/ to PATH automatically; for other Agent Skill runtimes, the user must put bin/look-at on PATH themselves, e.g. via a symlink into ~/.local/bin).
look-at [options] [target]