What problem does it solve? Disk space fills up silently with package manager caches, browser caches, IDE indexes, updater leftovers, container images, and build artifacts. This Skill locates the largest space consumers on Windows user directories and WSL, classifies them into safe-to-clean versus user-confirmation-required items, executes cleanup, and verifies the space actually freed. ## Core Features & Use Cases - Two-phase scan and clean workflow: First scans with dust or PowerShell to find large directories (npm/uv/pnpm caches, Chrome/Edge caches, JetBrains indexes, WinGet packages, Docker images, Maven/Rust build outputs), then cleans by category. - Safety classification: Separates immediately cleanable caches from items needing user confirmation such as chat history, browser profiles, project source code, and WSL virtual disks. - WSL and VMware handling: Reclaims WSL vhdx space via sparse mode, prunes Docker images inside WSL, and correctly judges VMware .vmem/.vmsn files before any deletion. - Use Case: Your C drive is nearly full. Run the scan to discover that uv cache, Chrome cache, and old scoop versions consume 40 GB, clean the safe items automatically, and confirm before touching anything containing personal data. ## Quick Start Scan my disk and user directory for large space consumers, then clean the safe caches and tell me how much space was freed.