Heap Snapshot Inspection Skill This skill provides expert guidance for investigating memory issues in Chromium-based environments (Chrome, Node.js, Electron) using heap snapshots and the CLI. Core Tooling We use the package which includes the CLI. Usage Pattern Always prefer using the CLI via to ensure the latest version and dependencies: Analysis Workflow 1. High-Level Summary Start by getting an overview of the heap composition. 2. Identifying Leaks (Diffing) Compare two snapshots (e.g., before and after an action) to see what objects are growing. 3. Listing Specific Classes If you suspect…