Cache Cleanup banner
ilpin301 ilpin301

Cache Cleanup

AI community

Description

**Delete the LLM response cache.** Only after `EXITCODE=0` AND every verification step has passed: ```powershell docker stop $Container # never delete while the server holds its own in-memory copy Remove-Item (Join-Path $Store 'kv_store_llm_response_cache.json') ``` LightRAG recreates the file empty on the next run. This is deliberate, not housekeeping: the cache exists so a crashed or interrupted run can be replayed without paying for extraction twice, and once a run has succeeded and ve

Installation

Installs to ~/.claude/skills/ilpin301-ragkit-_cache_cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilpin301-ragkit-_cache_cleanup && curl -fsSL https://raw.githubusercontent.com/ilpin301/ragkit/HEAD/skills/_cache_cleanup.md -o ~/.claude/skills/ilpin301-ragkit-_cache_cleanup/SKILL.md

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

Full documentation available on GitHub

View Source Repository