para-memory-files

Organize user knowledge into PARA-based YAML files with daily notes and synthesis rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Mothership-Foundry/foundry-dashboard --skill para-memory-files-mothership-foundry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory-files
Source: https://github.com/Mothership-Foundry/foundry-dashboard/tree/main/skills/para-memory-files
Command: npx skills add https://github.com/Mothership-Foundry/foundry-dashboard --skill para-memory-files-mothership-foundry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph with atomic YAML facts, daily notes as raw timeline, and tacit knowledge about user patterns. All paths are relative to $AGENT_HOME.

Core Features & Use Cases

  • Layer 1: Knowledge Graph with per-entity folders containing summary.md and items.yaml for durable facts.
  • Layer 2: Daily Notes under memory/YYYY-MM-DD.md to capture events and timelines.
  • Layer 3: Tacit Knowledge stored in MEMORY.md to capture user patterns and operating preferences.
  • Rules include never delete facts, weekly synthesis, fact supersession, and archival of inactive items.

Quick Start

Create a new memory entity by adding a durable fact to items.yaml with a unique id and current timestamp.

Frequently Asked Questions about para-memory-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize persistent memory across sessions using PARA?

A PARA-based file system organizes persistent memory across sessions using three layers: a knowledge graph of YAML facts, daily timeline notes, and tacit knowledge in MEMORY.md. It enables durable recall, fact supersession, and weekly synthesis.

What is the best way to structure long-term knowledge management with YAML schemas?

Structure long-term knowledge management by creating per-entity folders with summary.md and items.yaml for durable facts. Apply YAML schemas to atomic facts with unique IDs and timestamps, enforcing rules like never deleting facts and archiving inactive items.

How do I capture daily notes and tacit knowledge for knowledge graph queries?

Capture daily notes under memory/YYYY-MM-DD.md to record raw events and timelines. Store tacit knowledge about user patterns and operating preferences in MEMORY.md, enabling recall via queries across the multi-layer PARA file organization.

Does this PARA memory system require any external dependencies?

No external dependencies are required. The PARA memory system operates entirely on file-based memory with paths relative to $AGENT_HOME, using YAML schemas and markdown files to manage knowledge graph, daily notes, and tacit knowledge layers.

When should I archive inactive items in a PARA knowledge graph?

Archive inactive items in the PARA knowledge graph during weekly synthesis. The system applies explicit decay and synthesis rules, including fact supersession and archival of inactive entities, while maintaining the rule to never delete existing durable facts.