para-memory-files

Organize and retrieve knowledge across sessions using PARA-based memory files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kysonttan-sys/1percent-AI-Labs --skill para-memory-files-kysonttan-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory-files
Source: https://github.com/kysonttan-sys/1percent-AI-Labs/tree/main/skills/para-memory-files
Command: npx skills add https://github.com/kysonttan-sys/1percent-AI-Labs --skill para-memory-files-kysonttan-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PARA Memory Files provide a structured, file-based memory system organized by Tiago Forte's PARA method. It enables storing, organizing, and recalling knowledge across sessions, ensuring important facts and decisions persist beyond individual conversations.

Core Features & Use Cases

  • Three memory layers: Knowledge Graph (life/ with projects, areas, resources, archives), Daily Notes (memory/YYYY-MM-DD.md), and Tacit Knowledge (MEMORY.md).
  • Rules for durable facts, weekly synthesis, and non-deletion of information to maintain a complete historical record.
  • Supports recall and planning by indexing facts and summaries and enabling semantic querying with qmd.

Quick Start

Begin by saving a durable fact to items.yaml and recording a daily note to seed your PARA 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 persist knowledge management notes across sessions?

To persist knowledge management notes across sessions, you can use a structured file-based memory system that saves durable facts to items.yaml, ensuring important information survives beyond individual conversations without deletion.

What is the PARA method for organizing daily notes and a knowledge graph?

The PARA method organizes knowledge into projects, areas, resources, and archives. It structures a knowledge graph, daily notes, and tacit knowledge with rules for summaries, decay, and recall across sessions.

How do I recall archived knowledge using qmd queries?

You can recall archived knowledge using qmd queries by indexing stored facts and summaries across your PARA memory layers, enabling semantic search across projects, areas, resources, and archives for precise retrieval.

Can I retrieve historical notes without deleting previous summaries?

Yes, you can retrieve historical notes without deletion because the memory system preserves a complete historical record by rewriting summaries weekly while never deleting the original durable facts.

Does persistent memory work with existing markdown notes and yaml files?

Yes, persistent memory works with markdown and yaml files by structuring daily notes as memory/YYYY-MM-DD.md, storing tacit knowledge in MEMORY.md, and saving durable facts to items.yaml.

What is the best way to structure tacit knowledge for long-term recall?

The best way to structure tacit knowledge for long-term recall is using a MEMORY.md file combined with a knowledge graph, applying weekly synthesis and decay rules to manage information relevance over time.