What problem does it solve?
This skill solves the problem of losing useful context between sessions by providing a durable, structured file-based memory that can be written to and recalled reliably over time.
Core Features & Use Cases
- PARA knowledge graph for durable facts: Store atomic, entity-based YAML facts under Projects, Areas, Resources, and Archives, and keep entity summaries current.
- Daily notes for a raw timeline: Capture the “when” layer continuously in dated Markdown files for conversational continuity and event history.
- Tacit knowledge for user patterns: Record preferences and operating lessons in a dedicated MEMORY.md so the system learns how the user behaves.
- Memory recall via qmd: Retrieve relevant context using semantic search, keyword search, or vector search, indexed over the agent home folder.
- Planning support: Keep shared plans in a plans/ area so multiple agents can access up-to-date objectives.
Quick Start
Use para-memory-files to remember something new by writing it to the appropriate file in $AGENT_HOME, like updating the daily note or the relevant PARA entity folder.