Loading...
Loading...
File-based memory system using Tiago Forte's PARA method. Use this skill whenever you need to store, retrieve, update, or organize knowledge across sessions. Covers three memory layers: (1) Knowledge graph in PARA folders with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit knowledge about user patterns. Also handles planning files, memory decay, weekly synthesis, and recall via qmd. Trigger on any memory operation: saving facts, writing daily notes, creating entities, running weekly synthesis, recalling past context, or managing plans.
npx skill4agent add paperclipai/paperclip para-memory-files$AGENT_HOME$AGENT_HOME/life/summary.mditems.yaml$AGENT_HOME/life/
projects/ # Active work with clear goals/deadlines
<name>/
summary.md
items.yaml
areas/ # Ongoing responsibilities, no end date
people/<name>/
companies/<name>/
resources/ # Reference material, topics of interest
<topic>/
archives/ # Inactive items from the other three
index.mditems.yamlsummary.mdstatus: supersededsuperseded_by$AGENT_HOME/life/archives/$AGENT_HOME/memory/YYYY-MM-DD.md$AGENT_HOME/MEMORY.md$AGENT_HOME/memory/YYYY-MM-DD.mdqmdqmd query "what happened at Christmas" # Semantic search with reranking
qmd search "specific phrase" # BM25 keyword search
qmd vsearch "conceptual question" # Pure vector similarityqmd index $AGENT_HOMEplans/qmd