macos-cleaner_skill

This skill analyzes macOS disk usage and provides safe, user-confirmed cleanup recommendations to reclaim space without deleting essential data.
  • Python

609

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill daymade/claude-code-skills --skill macos-cleaner

  • .security-scan-passed181 B
  • SKILL.md36.7 KB

Overview

This skill analyzes macOS disk usage and produces safe, actionable cleanup recommendations to reclaim space. It follows a safety-first philosophy: thorough analysis, clear impact descriptions, and explicit user confirmation before any deletions. The skill prioritizes conserving useful caches and avoiding destructive shortcuts.

How this skill works

The skill runs a staged workflow: quick diagnosis, deep analysis with a TTY-aware tool (Mole), category-by-category inspection, and conservative cleanup suggestions. It reports progress during long scans, explains consequences for each candidate, and outputs precise commands for the user to run manually after confirmation. Dangerous operations are flagged and require stepwise, per-item approval.

When to use it

  • When a user reports low or shrinking disk space on macOS
  • Before performing any automated cleanup on a Mac
  • To identify large files, duplicate data, and leftover app remnants
  • When assessing developer environment storage (Docker, Homebrew, npm, pip)
  • When you need safe, explainable recommendations rather than one-click cleaning

Best practices

  • Always run mo analyze in a TTY (use tmux) and be patient—home directory scans can take 5–10+ minutes
  • Show what will happen if a file or folder is deleted for every recommendation
  • Preserve caches that speed up downloads or builds if network or rebuild cost is high
  • Never execute rm -rf or global prune commands without explicit, per-item user consent
  • Provide cleanup commands for users to run themselves; do not auto-delete

Example use cases

  • Diagnose a Mac with <10 GB free and identify largest reclaimable folders
  • Find orphaned Application Support folders after apps were uninstalled
  • List large files (>100 MB) and surface duplicates for user review
  • Audit developer caches: Homebrew cache, npm/pip caches, Docker images and volumes with per-volume confirmation
  • Generate step-by-step Mole tmux workflow and progress updates during long analyses

FAQ

No. It never deletes files automatically. It provides recommendations, explains impact, and prints commands for you to run after explicit confirmation.

Is it safe to remove caches suggested by the tool?

Most app caches are safe to remove, but the tool flags caches that are expensive to re-download or rebuild so you can decide. When in doubt, keep them.

How long does a full analysis take?

Home directory and deep scans typically take 5–10 minutes or longer for large data sets. The skill reports progress regularly during the scan.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
macos-cleaner skill by daymade/claude-code-skills | VeilStrat