What problem does it solve? Scattered documents and notes are hard to search, and re-reading source files by hand wastes time. This Skill lets you create, manage, and query local LightRAG knowledge bases through the ragcli CLI so answers come from an indexed KB instead of manual grep/find. ## Core Features & Use Cases - KB Discovery First: List existing knowledge bases with ragcli kb ls or ragcli status before creating anything, avoiding duplicate KBs. - Query & Server Lifecycle: Run non-interactive queries against a KB, and start or check its server when it is down. - Create & Ingest: Create new KBs with chosen OCR and provider settings, ingest source folders, and handle maintenance tasks like resetting or moving a KB. - Use Case: A user asks "what do we know about waste recycling?" — the Skill checks the registry, finds the 'riciclo' KB, starts its server if needed, and runs a mix-mode query to return the answer. ## Quick Start Ask the assistant to list all existing ragcli knowledge bases and query the one matching your topic, for example "check the KB for what we know about recycling goals".