Help us improve
Share bugs, ideas, or general feedback.
From chittyos-core
Free disk space by clearing regenerable caches. Safe to run anytime — only removes data that apps will rebuild automatically.
npx claudepluginhub chittyos/chittymarket --plugin chittyos-coreHow this skill is triggered — by the user, by Claude, or both
Slash command
/chittyos-core:chitty-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Free disk space by clearing regenerable caches. Safe to run anytime — only removes data that apps will rebuild automatically.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Free disk space by clearing regenerable caches. Safe to run anytime — only removes data that apps will rebuild automatically.
/cleanup [--dry-run]
| Parameter | Required | Default | Description |
|---|---|---|---|
| --dry-run | No | false | Show what would be cleared without deleting |
| Target | Path | Typical Size |
|---|---|---|
| Chrome | ~/Library/Caches/Google | 1-3GB |
| Chrome (alt) | ~/Library/Caches/com.google.Chrome | 200-500MB |
| Brave | ~/Library/Caches/com.brave.Browser | 200-500MB |
| Firefox | ~/Library/Caches/Firefox | 200-500MB |
| Safari | ~/Library/Caches/com.apple.Safari | 100-300MB |
| Target | Path | Typical Size |
|---|---|---|
| ChatGPT | ~/Library/Caches/com.openai.atlas | 300-600MB |
| Siri TTS | ~/Library/Caches/SiriTTS | 300-500MB |
| Spotify | ~/Library/Caches/com.spotify.client | 100-500MB |
| VS Code | ~/Library/Caches/com.microsoft.VSCode | 100-300MB |
| Target | Path | Typical Size |
|---|---|---|
| node-gyp | ~/Library/Caches/node-gyp | 50-200MB |
| pnpm | ~/Library/Caches/pnpm | 50-200MB |
| Homebrew | ~/Library/Caches/Homebrew | 50-200MB |
| TypeScript | ~/Library/Caches/typescript | 10-50MB |
| pip | ~/Library/Caches/pip | 50-200MB |
| yarn | ~/Library/Caches/yarn | 50-200MB |
| Target | Path | Typical Size |
|---|---|---|
| User logs | ~/Library/Logs | 30-100MB |
| Trash | ~/.Trash | Variable |
# Run the cleanup script
/Users/nb/Desktop/Projects/github.com/CHITTYOS/chittyserv/scripts/cleanup-mac.sh
du -sh ~/Library/Caches/Google ~/Library/Caches/com.openai.atlas ~/Library/Caches/SiriTTS ~/Library/Caches/node-gyp ~/Library/Caches/pnpm ~/Library/Caches/Homebrew ~/Library/Logs ~/.Trash 2>/dev/null | sort -hr
df -h /
Everything listed above is a cache that the owning app will regenerate on next use. No data loss, no re-authentication needed.