From show-me
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/show-me:look-atThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture what the user is currently viewing with tmux hierarchy and pane content.
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-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]
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub harshav167/ava --plugin show-me