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]
npx claudepluginhub harshav167/ava --plugin show-meGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.