← ClaudeAtlas

lorekeeper-reconcilelisted

Reconcile and fact-check Lorekeeper memories against source materials, existing documentation, and internal consistency. Use when (1) the user provides reference materials to verify against, (2) the user requests a general knowledge audit, or (3) the user wants to verify specific topics. Updates memory scores and soft-deletes incorrect facts.
Jessinra/Lorekeeper · ★ 2 · AI & Automation · score 69
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