memory-archivist

Solid

Cross-reference and synthesise daily memory files into patterns, insights, and carry-forward items. Use when asked to review memory, generate weekly synthesis, find forgotten tasks, detect decision patterns, or audit what was carried forward vs dropped. Also triggers on "what did I decide about X", "what's still pending", "weekly review", "memory synthesis", "what patterns do you see".

AI & Automation 49 stars 8 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Memory Archivist Memory is sacred. This skill turns raw daily journals into structured wisdom. ## What This Skill Does 1. **Cross-reference** — Read all `memory/*.md` files and find connections between days 2. **Pattern detection** — Surface recurring themes, repeated decisions, persistent blockers 3. **Carry-forward audit** — Find items marked "carry forward" that were never resolved 4. **Weekly synthesis** — Generate a weekly summary from daily files 5. **Scar-to-decision mapping** — Track how USER.md scars influence actual decisions over time ## Trigger Patterns - "review my memory", "memory synthesis", "weekly review" - "what's still pending", "what did I forget" - "what patterns do you see", "recurring themes" - "what did I decide about [topic]" - "carry forward audit", "dropped items" - "synthesise this week" ## On Trigger — Execute in Order ### Step 1: Gather Memory Files ```bash # List all memory files sorted by date ls -1 ~/.openclaw/workspace/memory/*.md 2>/dev/null | sort ``` Read the most recent 7 files (or all if fewer than 7 exist). Use the `read` tool, not exec. ### Step 2: Extract Structured Data From each daily file, extract: | Field | Section to scan | |-------|----------------| | **Decisions** | "Key Decisions Made Today" | | **Carry-forward** | "Carry Forward" | | **888_HOLD** | "888_HOLD Items Pending" | | **Floors active** | "Floors Active This Session" | | **Context** | "Session Context" | ### Step 3: Cross-Reference For each carry-forwa...

Details

Author
ariffazil
Repository
ariffazil/arifos
Created
8 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category