chrome-devtools
Installation
SKILL.md
Chrome DevTools
Deep browser inspection using the Chrome DevTools MCP server. Complements Playwright MCP with DevTools-specific capabilities: performance traces, network inspection, console monitoring, Lighthouse audits, and element inspection.
When to Use
- When you need performance profiling (Core Web Vitals, traces)
- When debugging network requests in detail (headers, payloads, timing)
- When running Lighthouse audits for accessibility/SEO/best practices
- When you need to inspect specific DOM elements or computed styles
- When Playwright MCP doesn't provide enough debugging depth