From claude-commands
Runs disk usage diagnostics, growth history logs, and automated cache/temp cleanup on development machines via disk_magician.sh.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:disk_magicianThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill teaches Claude how to use `disk_magician` to audit disk space, identify growth regressions, and perform cleanups.
This skill teaches Claude how to use disk_magician to audit disk space, identify growth regressions, and perform cleanups.
./disk_magician.sh audit --dry-run
Check the output to make sure coverage is >= 70% and there are no warnings../disk_magician.sh discover
./disk_magician.sh audit
./disk_magician.sh clean
./disk_magician.sh clean-all
WORKTREE APPROVED confirmation from the user before deletion.~/.codex/sessions, ~/.codex/sessions_archive/, ~/.codex/state*.sqlite, ~/.codex/log, or ~/.claude/projects directly. Always run cleanups through disk_magician.sh to ensure safety filters are respected.npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsRun disk usage analysis and cleanup preview on the local Mac. Always validates snapshot coverage before quoting and never deletes without user approval.
Audit and clean a developer's machine — dotfolders, caches, language toolchains, package globals — with per-target classification and risk surfacing. Produces cleanup records. Not for cleaning code or user files.
Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches, and build artifacts. Produces a prioritized action plan with migration commands.