workspace-disk-cleanup
Installation
SKILL.md
workspace-disk-cleanup
Safely reclaim disk space by deleting only regenerable dependency and build folders from inactive projects the user selects, with one confirmation before anything is removed.
What gets deleted
Only these directory names at project roots (folders with package.json, pyproject.toml, etc.):
| Folder | Typical restore |
|---|---|
node_modules |
pnpm install / npm install |
.next |
pnpm dev / next build |
.turbo |
next Turbo run |
dist / build |
package build script |
.venv / venv |
uv sync / pip install -r requirements.txt |
.pytest_cache / .mypy_cache |
recreated on test/typecheck |