locate-ui-from-code

Installation
SKILL.md

Locate UI from Code

Codex Compatibility

When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan, Task/TaskCreate/TeamCreate/SendMessage -> spawn_agent/send_input/wait_agent when available and allowed, and EnterPlanMode/ExitPlanMode -> a concise chat plan plus explicit approval. Resolve Read/Write/Edit/Bash/WebSearch/WebFetch to Codex file/shell/web tools, and map ~/.claude/... paths to ~/.agents/... or ~/.codex/... unless the task explicitly targets Claude Code.

Resolve the question: "this component / selector / class — where does it actually render in the running app?" by capturing a screenshot of just that element plus the DOM information that DevTools' Elements panel would show.

When to invoke

  • "<ComponentName> って画面上のどれ?" / "Where does <X> render?"
  • Code review needs a visual anchor for a discussion
  • Spec / PR / bug report needs a reference image of a specific UI element
  • Confirming what DOM a styled component / abstraction collapses into
  • Investigating why a selector matches multiple / zero elements

Inputs (any one of)

Installs
4
GitHub Stars
1
First Seen
May 10, 2026
locate-ui-from-code — laststance/skills