Launch interactive element picker for user to select DOM elements. Returns selectors and computed styles.
Launches an interactive element picker to select DOM elements and returns selectors with computed styles.
/plugin marketplace add AnthemFlynn/ccmp/plugin install website-debug@ccmpmessage to displaysonnetLaunch the interactive element picker so the user can click on DOM elements.
Run the picker with the provided message (or default):
node ~/.claude/plugins/**/website-debug/skills/website-debug/scripts/browser-pick.js "$ARGUMENTS"
If no message provided, use: "Select the element you want to debug"
Tell the user:
After the user selects elements, you'll receive:
Use this information to diagnose issues or write CSS/JS targeting these elements.