← ClaudeAtlas

disk-cleanerlisted

Audit a personal computer for reclaimable disk space and, only after explicit approval, clean it. Covers caches, logs, build artifacts, dependency stores, duplicates, stale downloads, package-manager leftovers, simulator and container data, and residue from uninstalled apps. Always starts read-only, classifies every candidate by risk and recreatability, and never deletes anything without a confirmed decision. Use when the user asks what is filling their disk, wants a cleanup plan, or asks to free space on their machine. Do not use for cleaning a project's working tree during normal development, for diagnosing application bugs, or for any repository-level task.
martonpaulo/skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill martonpaulo/skills
# disk-cleaner Personal-machine disk space skill. It answers two questions, in this order: 1. What is actually taking up space, and how risky is each item to remove? 2. Which of those items should be removed now, and what proves it worked? This is a personal skill, not a project skill. It operates on the user's machine, not on a repository under development. ## Safety boundaries These are absolute. They hold even if the user asks for speed. - **Audit before action.** The first pass is always read-only. No deletion, move, copy, or configuration change happens during it. - **No `sudo`, ever.** Do not request an administrator password and do not work around permissions. Record `Permission denied` as a limitation and continue. - **No blind deletion.** `clean_disk.py` defaults to `--dry-run`. Run the preview, show it, and only pass `--force` after the user confirms that specific scope. - **Never delete on the user's behalf**: Trash contents, Time Machine snapshots, iOS or app backups, virtual machine images, Docker volumes, credentials, or anything under `~/.ssh`, `~/.gnupg`, `~/.aws`, `~/Library/Keychains`, Photos/Mail/Messages libraries, or a cloud-synced folder. Report them; let the user act. - **Privacy.** Read metadata only: path, size, timestamps, file type, owning app. Do not open documents, photos, mail, message stores, browser history, `.env` files, or anything that may hold a secret. Partially mask a filename that looks sensitive but matters by size