chrome-devtools
Installation
SKILL.md
Chrome DevTools
Quick start
Goal: inspect and debug a real page with DevTools-style tooling: snapshots, console, network, screenshots, audits, and traces.
Reference notes: skills/chrome-devtools/references/chrome-devtools.md
Best-fit use cases
- Frontend debugging in a real browser.
- Checking console errors, network requests, or runtime state.
- Running Lighthouse or performance traces.
- Interacting with pages where DOM state matters.