Invalidate Local Plugin Cache
Purpose
This skill helps with plugin development by:
- •Stopping the running lingo server (via pm2)
- •Deleting the local plugin cache directory
- •Allowing you to restart Claude Code to test fresh plugin downloads
Usage
Run the invalidation script:
bash
./invalidate-local-plugin.sh
After Running
Guide user:
- •Exit Claude Code
- •Restart Claude Code
- •The plugin will be re-downloaded from the configured source
Notes
- •The plugin cache is located at
~/.claude/plugins/ - •This only removes the lingo plugin directory, not other cached plugins
- •The server will need to be restarted after Claude Code restarts (handled automatically by SessionStart hook)