← ClaudeAtlas

curating-memorieslisted

Guidance for maintaining Forgetful record quality and in-file Serena supersession markers. Covers updating outdated records, marking obsolete content, and linking related knowledge. Use when you say "how do I update a memory", "how do I mark a memory obsolete", or "how do I deduplicate Forgetful memories". Do NOT use for merging or deleting Serena files or tidying Serena indexes; use memory-consolidate.
rjmurillo/ai-agents · ★ 42 · AI & Automation · score 77
Install: claude install-skill rjmurillo/ai-agents
# Curating Memories Active curation keeps the knowledge base accurate and connected. Outdated memories pollute search results and reduce effectiveness. This skill owns Forgetful record curation and in-file Serena supersession markers. It never merges or deletes Serena files and never edits Serena index files. Use `memory-consolidate` for cross-file Serena merges, deletions, and index cleanup. ## Triggers | Trigger Phrase | Operation | |----------------|-----------| | `how do I update a memory` | update_memory with PATCH semantics | | `how do I mark a memory obsolete` | mark_memory_obsolete with reason | | `how do I link related memories` | link_memories bidirectional linking | | `how do I deduplicate Forgetful memories` | Curation workflow: query, analyze, merge | | `how do I clean up stale memories` | Identify and mark obsolete outdated content | --- ## When to Update a Memory Use `update_memory` when: - Information needs correction or clarification - Importance level changes (more/less relevant than thought) - Content needs refinement - Links to projects/artifacts/documents change ```javascript execute_forgetful_tool("update_memory", { "memory_id": <id>, "content": "Updated content...", "importance": 8 }) ``` Only specified fields are changed (PATCH semantics). ## When to Mark Obsolete Use `mark_memory_obsolete` when: - Memory is outdated or contradicted by newer information - Decision has been reversed or superseded - Referenced code/feature no longer ex