← ClaudeAtlas

soleri-vault-curatelisted

Triggers: "clean vault", "deduplicate vault", "groom knowledge", "merge patterns", "vault maintenance". Vault quality via dedup, grooming, contradiction detection.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Vault Curate — Knowledge Maintenance Maintain vault quality through deduplication, grooming, contradiction detection, and consolidation. A well-curated vault produces better search results and brain recommendations. ## When to Use Periodically (weekly or after heavy capture sessions), when search quality degrades, when vault health shows warnings, or when the user explicitly requests maintenance. ## Orchestration Sequence ### Step 1: Health Assessment ``` YOUR_AGENT_core op:knowledge_health ``` ``` YOUR_AGENT_core op:get_vault_analytics ``` Present the health summary to the user before proceeding: total entries, quality scores, staleness, coverage gaps. ### Step 2: Detect Duplicates ``` YOUR_AGENT_core op:curator_detect_duplicates ``` This finds entries with overlapping titles, descriptions, or content. Review the duplicate pairs — some may be intentional (different contexts) while others are true duplicates. For true duplicates: ``` YOUR_AGENT_core op:merge_patterns params: { keepId: "<id-to-keep>", removeId: "<id-to-merge-away>" } ``` Preserve the best content from each. ### Step 3: Find Contradictions ``` YOUR_AGENT_core op:curator_contradictions ``` Contradictions erode trust in vault search results. For each contradiction: decide which entry is correct (check dates, context, evidence), then archive or update the incorrect one. ### Step 4: Groom Entries ``` YOUR_AGENT_core op:curator_groom_all ``` Runs tag enrichment and metadata cleanup across all