What problem does it solve? When your system feels slow, dev servers balloon in memory, or AI agents respond sluggishly, it is hard to pinpoint the actual cause. This Skill runs a structured, measurement-first audit across memory, processes, network, disk, and codebase behavior to find what is actually slow and why, with concrete fixes for every finding. ## Core Features & Use Cases - System Triage: Collects memory, process, network, disk, and proxy health data via cross-platform scripts before drawing any conclusions. - Deep Analysis: Maps VS Code extension hosts to workspaces, detects OEM bloatware services, and profiles memory-hungry dev servers. - Codebase Leak Hunting: Spawns subagent exploration of repos for memory leak patterns like module-level fetches, uncleared event listeners, and accumulating middleware state. - Use Case: Your Next.js dev server hits 2 GB after ten minutes and VS Code is unresponsive. Run the audit to identify the leaking process, get its growth rate and root cause, and receive a ready-to-paste remediation command. ## Quick Start Ask the agent to run a performance audit to find out why your system is slow and get a prioritized report of findings with fixes.