skills/look/SKILL.md
Observe what the user is currently viewing (screen context)
npx skillsauth add mbailey/show-me lookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture what the user is currently viewing with tmux hierarchy and pane content.
%<id> — Specific pane by ID%1,%2,%3 — Multiple paneswindow — All panes in current window-l, --lines N — Lines of scrollback-H, --hierarchy — Hierarchy only (no content)-p, --preserve-blanks — Keep exact spacingRun via the Bash tool. look is on PATH (Claude Code adds plugin bin/ to PATH automatically; for other Agent Skill runtimes, the user must put bin/look on PATH themselves, e.g. via a symlink into ~/.local/bin).
look [options] [target]
testing
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.
tools
Displays files, URLs, command output or your tmux pane for the user to see. Use whenever USER makes a request like "show me" or "show yourself"
tools
Visual context sharing. LOAD when user says "show me", "open in browser", or "look at".
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.