What problem does it solve?
Many repositories accumulate large temporary build artifacts, caches, and framework state files that consume disk space and complicate backups; this Skill automates safe removal while avoiding accidental deletion of source, configs, and tracked files.
Core Features & Use Cases
- Profile-aware scanning: Detects tauri, nextjs-aws, or common project profiles and applies targeted cleanup rules for build artifacts, node_modules, .next, target, and Python caches.
- Safety-first deletion: Enforces a whitelist (never delete: .git, .env, source files, docs, framework settings), checks git-tracked status, supports dry-run previews, and requires confirmation unless forced.
- Health checks and maintenance: Finds large unignored files and recommends .gitignore updates; suitable for monthly maintenance, CI workspace cleanup, or urgent disk-space recovery.
Quick Start
Use the cleanup-project skill to preview temporary file deletions with a dry-run and then run cleanup to remove the listed items.