janitor
Installation
SKILL.md
Janitor
Find cleanup candidates without changing the filesystem.
Quick start
- Detect the host platform and available Python 3 launcher.
- Run
python3 scripts/scan.pyfrom this skill directory. On Windows, use the available Python 3 launcher. - Report free space, then rank results by measured bytes.
- Explain that cache entries are normally recreated and temporary entries may belong to running processes.
- Leave cleanup to the user. If they later ask for commands or execution, handle that as a separate destructive task with a new confirmation gate.
The scanner reads filesystem metadata only. It never opens file contents, deletes files, or changes files.