From yangsonhung-awesome-agent-skills
Audits macOS app installations and cache sizes, prioritizes cleanup recommendations, and safely reclaims disk space after confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yangsonhung-awesome-agent-skills:mac-software-storage-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit installed software and storage usage on macOS, produce prioritized cleanup recommendations, and execute low-risk cleanup only after confirmation. The skill separates app inventory, cache cleanup, simulator data, and medium-risk application data so destructive actions remain explicit and reversible where possible.
Audit installed software and storage usage on macOS, produce prioritized cleanup recommendations, and execute low-risk cleanup only after confirmation. The skill separates app inventory, cache cleanup, simulator data, and medium-risk application data so destructive actions remain explicit and reversible where possible.
Use this skill when the user:
/Applications, ~/Applications, Homebrew Formula, or Homebrew Cask~/Library/Caches and ~/Library/Developer/CoreSimulatorDo not use this skill when:
scripts/report_sizes.sh first to inventory install sources and major storage consumers.scripts/list_priority2_candidates.sh [target_dir] [TopN].scripts/cleanup_priority1.sh or an equivalent low-risk cleanup action.before -> after -> reclaimed summary.Inventory install sources and storage usage
-> identify high-value cleanup targets
-> present prioritized recommendations
-> wait for user confirmation
-> run low-risk cleanup
-> verify reclaimed space
bash scripts/report_sizes.sh
bash scripts/list_priority2_candidates.sh ~/Library/Application\\ Support 20
bash scripts/cleanup_priority1.sh
npx claudepluginhub yangsonhung/awesome-agent-skillsAudits macOS software disk usage, lists install origins and cache sizes, then offers risk-tiered cleanup suggestions. Confirms before deleting and reports space reclaimed.
Analyzes macOS disk usage and provides safe, interactive cleanup recommendations with user confirmation before deletions.
Free open-source macOS cleaner built with SwiftUI. Cleans system junk, Xcode derived data, Homebrew caches, and more. Zero telemetry alternative to CleanMyMac.