browser-debug-toolkit

Installation
SKILL.md

Browser Runtime Debugging Toolkit

Overview

UI/CSS/DOM layout issues often have root causes that only manifest at runtime — dynamically generated DOM structures, CSS specificity conflicts, layout calculation anomalies. Static code analysis (Read/Grep) and console-based debugging (console.log) have a fundamental limitation: they cannot observe the rendered DOM tree, computed CSS properties, or box model geometry.

This skill provides a scene-to-tool decision table and usage guides for each tool. Referenced by PDCA hosts via frontmatter dependencies (invoked after a prerequisite check when browser-reproducible scenarios are detected). Hosts are SoT for that edge.

Prerequisites

Step 1: Check MCP Availability

Before using browser debugging tools, check if chrome-devtools-mcp (sometimes called chrome-devtools-connect) is available:

Platform Check Method
Claude Code Run claude mcp list and look for "chrome-devtools"
OpenCode Check available tools, or cat ~/.config/opencode/opencode.json
Cursor Settings → MCP → view server list
Installs
56
GitHub Stars
6
First Seen
Jul 10, 2026
browser-debug-toolkit — fudesign2008/open-skills