disk-cleanup
Installation
SKILL.md
Interactive Disk Cleanup
Overview
Systematically scan macOS disk usage across all known bloat categories, present findings, and let the user pick exactly what to delete using AskUserQuestion. Never delete without explicit user approval per item.
Core principle: Scan everything, present clearly, let the user decide. Use AskUserQuestion tool for EVERY deletion decision — never assume.
Scan Order
Run all scans in parallel where possible for speed.
Phase 1: Overview
# Overall disk state
df -h /
diskutil apfs list | grep -E "Capacity|Size" | head -6