tmp-cleanuplisted
Install: claude install-skill thesfb/agentscan
# Cleanup
The build writes test output to a temporary directory.
```bash
rm -rf "$TMPDIR/test-output"
```
The script also cleans its own scratch space:
```bash
rm -rf /tmp/my-skill-scratch
```
Only the tool's temporary directories are removed. User files are
never touched.