Claude Pc Cleanup
Description
Claude Code skill: scan a macOS machine for reclaimable disk space and clean it up safely, tier by tier, with explicit confirmation before deleting anything.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pc-cleanup
A [Claude Code](https://claude.com/claude-code) skill that scans a macOS machine for reclaimable disk space and cleans it up safely — the kind of "disk almost full" problem every developer's Mac eventually runs into, mostly from package manager caches, old build artifacts, and `node_modules` piling up across projects.
Instead of guessing what's safe to delete, it:
- Scans — a read-only pass over the usual suspects:
~/Library/Caches,~/.cache, dev toolchain caches (npm/pnpm/uv/bun/cargo/go/cocoapods/ homebrew/playwright), old Claude Code CLI versions, Xcode DerivedData, container/VM runtimes (Podman/Docker), iOS Simulator devices, the Trash, Homebrew's own cleanup candidates, Downloads, and — per project — everynode_modules/venv/.terraform/providersit can find. - Classifies everything into three tiers: safe & fully regenerable,
regenerable-but-needs-your-judgment (a running Podman VM, Downloads
contents, etc.), and never-touch (
.git,terraform.tfstate,/System, your home directory). - Shows you the plan — sizes, tiers, and why each item is safe (lockfile present, OS cache convention, already in Trash, etc.) — before touching anything.
- Only deletes what you approve, through a guardrailed script that re-derives the safety rules in code, so a misread instruction can't accidentally delete something it shouldn't.
It's built to be run repeatedly — it logs what it frees over time to `~/.claude/pc-cleanup-history.log` — rather than a one-off script.
Why not just a shell script?
A fixed script can't tell a `node_modules` backed by a lockfile (trivially safe to delete) from one that isn't, can't tell you *why* `~/Library/Caches` is safe to clear, and can't have a conversation with you about the judgment calls (a running Podman VM, a `venv` with no `requirements.txt`, files in Downloads). That reasoning is the actual value here — the bundled scripts just do the deterministic
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11