Cleanup Cache banner
qepilot qepilot

Cleanup Cache

AI community

Description

--- allowed-tools: Bash(df:*), Bash(du:*), Bash(npm cache clean:*), Bash(brew cleanup:*), Bash(rm:*), Bash(find:*), Bash(docker system prune:*) argument-hint: [--aggressive] | [--maximum] description: Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space --- # System Cache Cleanup Clean temporary files and caches to free disk space: $ARGUMENTS ## Current Disk Usage - **Disk space**: !`df -h / | tail -1` - **npm cache**: !`du -sh ~/.npm 2>/dev/null || echo "Not fou

Installation

Installs to ~/.claude/commands/qepilot-qepilot-stack-cleanup-cache.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/qepilot/qepilot-stack/HEAD/.claude/commands/cleanup-cache.md -o ~/.claude/commands/qepilot-qepilot-stack-cleanup-cache.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository