Analyzes and cleans up large files, system caches, and Docker storage to reclaim disk space on macOS and Linux systems.
The Disk Cleanup skill is a comprehensive diagnostic and maintenance toolkit designed to help developers manage storage-intensive environments. It specializes in identifying large directories and safely removing non-essential data such as application caches, Docker build artifacts, and development build folders (node_modules, target, etc.). By providing specific workflows for complex storage issues—like reclaiming space from Docker/Colima virtual disks using fstrim—it ensures users can resolve 'disk full' errors efficiently without risking critical project data.
Características Principales
010 GitHub stars
02Safe removal of package manager caches including npm, Cargo, and Python uv.
03Targeted cleaning for ML model caches like Hugging Face and PyTorch.
04Automated discovery of the top 20+ largest directories and files.
05Cross-platform support with specific optimizations for macOS and Linux file structures.
06Specialized cleanup for Docker and Colima environments to reclaim virtual disk space.
Casos de Uso
01Shrinking massive Docker/Colima virtual disks that haven't reclaimed host space.
02Periodic system maintenance to remove stale build artifacts and temporary files.
03Resolving 'out of space' errors during intensive development or build processes.