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
Altto inspect elements Alt + clickto select and copy a single-element payloadAlt + Shift + clickto add or remove elements from a multi-selection- see selected elements remain highlighted while
Altis 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