Pick elements in the running dev app's browser and hand them to Claude. When the user refers to "this button", "that card", "the element I just clicked", or anything they've selected in the browser overlay, the picked element (source file + line, component name, CSS selector, DOM snippet, and screenshot) is auto-injected into the prompt via a UserPromptSubmit hook. Invoke this skill to start or verify the bridge — it auto-installs deps and starts the background daemon. The overlay is loaded client-side via bookmarklet or Tampermonkey userscript from http://127.0.0.1:53517/install; the skill never edits the dev app's source code.
2026-04-14