inspector-overlay

Installation
SKILL.md

Inspector Overlay

Install, integrate, remove, and troubleshoot the inspector overlay component using the reference file at references/LlmInspectorOverlay.tsx.

What this skill does

This skill adds a development-only UI overlay that lets a user:

  • hold Alt to inspect elements
  • Alt + click to select and copy a single-element payload
  • Alt + Shift + click to add or remove elements from a multi-selection
  • see selected elements remain highlighted while Alt is held
  • copy payloads intended for coding agents or coding llms

Use references/LlmInspectorOverlay.tsx as the canonical implementation. Do not rewrite it from scratch unless the user explicitly asks for changes.

Files in this skill

  • references/LlmInspectorOverlay.tsx — the source component to copy into the user's project
Installs
1
GitHub Stars
2
First Seen
Jun 27, 2026
inspector-overlay — motionharvest/agent-skills