← ClaudeAtlas

para-memory-fileslisted

Enforces Law 5 (Reflect After Every Session) and Law 7 (Learn From Every Session) of the 7 Laws of AI Agent Discipline by giving the agent a durable file-based memory it can read on resume and write at session end. 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.
naimkatiman/continuous-improvement · ★ 6 · AI & Automation · score 72
Install: claude install-skill naimkatiman/continuous-improvement
# PARA Memory Files Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to `$AGENT_HOME`. ## Three Memory Layers ### Layer 1: Knowledge Graph (`$AGENT_HOME/life/` -- PARA) Entity-based storage. Each entity gets a folder with two tiers: 1. `summary.md` -- quick context, load first. 2. `items.yaml` -- atomic facts, load on demand. ```text $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.md ``` **PARA rules:** - **Projects** -- active work with a goal or deadline. Move to archives when complete. - **Areas** -- ongoing (people, companies, responsibilities). No end date. - **Resources** -- reference material, topics of interest. - **Archives** -- inactive items from any category. **Fact rules:** - Save durable facts immediately to `items.yaml`. - Weekly: rewrite `summary.md` from active facts. - Never delete facts. Supersede instead (`status: superseded`, add `superseded_by`). - When an entity goes inactive, move its folder to `$AGENT_HOME/life/archives/`. **When to create an entity:** - Mentioned 3+ times, OR - Direct relationship to the user (fam