Clear Cache banner
glittercowboy glittercowboy

Clear Cache

Development community

Description

--- description: Clear validation cache for a plugin or entire system (project) --- Clear cached validation results to force re-validation. **Usage:** - `/clear-cache [PluginName]` - Clear cache for specific plugin - `/clear-cache --all` - Clear entire cache - `/clear-cache --expired` - Remove only expired entries **When to use:** - After changing validation logic - When suspecting stale cache results - After system updates or configuration changes - To force fresh validation on unchanged con

Installation

Installs to ~/.claude/commands/glittercowboy-plugin-freedom-system-clear-cache.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/plugin-freedom-system/HEAD/.claude/commands/clear-cache.md -o ~/.claude/commands/glittercowboy-plugin-freedom-system-clear-cache.md

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

Full documentation available on GitHub

View Source Repository