para-memory-files

Organize memory and knowledge across sessions using PARA-based storage.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/kangnam7654/stapler --skill para-memory-files-kangnam7654
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory-files
Source: https://github.com/kangnam7654/stapler/tree/main/desktop/resources/skills/para-memory-files
Command: npx skills add https://github.com/kangnam7654/stapler --skill para-memory-files-kangnam7654

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PARA Memory Files provide a durable, file-based memory system organized by the PARA method to store, retrieve, and organize knowledge across sessions. It addresses fragmentation across projects, areas, resources, and daily notes, enabling consistent recall and planning.

Core Features & Use Cases

  • Three memory layers: knowledge graph (entities with summary.md and items.yaml), daily notes, and tacit knowledge for user patterns.
  • Planning and synthesis: supports weekly synthesis, planning files, and recall of past context.
  • Non-destructive memory rules: rules to never delete facts, only supersede, with lifecycle management.
  • Query and recall: uses qmd for semantic search and retrieval across layers.

Quick Start

Start by creating a new knowledge entity under life/projects with a summary and items, then add today's daily note to begin organizing memory.

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 personal knowledge across sessions using the PARA method?

A PARA-based storage system organizes personal knowledge by persisting, retrieving, and synthesizing information across sessions. It structures data into projects, areas, resources, and daily notes, enabling consistent recall and weekly planning synthesis.

How does memory decay and recall work with qmd in a knowledge graph?

Memory decay and recall use qmd for semantic search and retrieval across knowledge layers. The system applies non-destructive rules where facts are never deleted but superseded, ensuring lifecycle management and accurate past context retrieval.

What is the best way to structure daily notes and entity-based knowledge graphs?

Structure daily notes and entity-based knowledge graphs by creating entities with a summary.md and items.yaml file. This establishes three memory layers: knowledge graphs, daily notes timelines, and tacit knowledge for user patterns.

Can I use file-based memory for weekly synthesis and planning?

File-based memory supports weekly synthesis and planning by maintaining daily notes timelines and planning files. It allows you to recall past context and synthesize information across projects and areas without data fragmentation.

Does the PARA method require deleting old facts when knowledge changes?

The PARA method in this memory system uses non-destructive rules, meaning it never deletes facts. Instead, it supersedes old information and applies lifecycle management to maintain accurate but historically complete knowledge recall.