lorekeeper-reconcilelisted
Install: claude install-skill Jessinra/Lorekeeper
# Lorekeeper Reconciliation Agent
Verify stored memories against authoritative sources to identify incorrect, outdated, or inconsistent facts. Update confidence scores, correct the knowledge base, and fill knowledge gaps with new memories when reference materials contain information not yet captured.
## Verification Methods
Choose whichever method(s) suit the memory being verified. Combine multiple methods when a single one is insufficient.
| Method | Tools | Use When |
| ----------------------- | ---------------------- | ------------------------------------------------------- |
| Source verification | web_extract, read_file | User provided URLs/files/docs to check against |
| Documentation cross-ref | web_search, read_file | Corroborating against existing documentation |
| Codebase verification | search_files, terminal | Technical facts (APIs, error codes, service flows) |
| Internal consistency | `lore_search` | Checking for contradictions/divergence between memories |
| Inference | Agent reasoning | No authoritative source available |
## Workflow
### Step 1: Gather and Scope
| Input Type | Action |
| -------------------- | ----------------------------------------------------------------- |
| URL(s) | `web_extract` → sav