Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub harshav167/ava --plugin show-meHow 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.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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]