# Look At

> 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.

- Skill: `mbailey/look-at` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mbailey/look-at`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mbailey/look-at/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mbailey (https://skillmd.com/u/mbailey)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mbailey/look-at

---


# /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`).

```bash
look-at [options] [target]
```

