para-memory-files

Store and retrieve persistent knowledge using the PARA method with YAML facts and daily notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, file-based system for persistent memory, preventing knowledge loss across sessions and organizing information effectively.

Core Features & Use Cases

  • PARA Method Organization: Organizes knowledge into Projects, Areas, Resources, and Archives.
  • Layered Memory: Manages a knowledge graph (YAML facts), a daily notes timeline, and tacit user knowledge.
  • Automated Recall: Facilitates memory recall through semantic search (qmd).
  • Use Case: When discussing a new project, use this Skill to create a new entry in the 'projects' folder, add key facts to its items.yaml, and update the summary.md for quick access.

Quick Start

Use the para-memory-files skill to save a new fact about the user's preference for morning meetings.

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

To organize persistent knowledge using the PARA method, this Skill structures files into Projects, Areas, Resources, and Archives folders. It stores atomic YAML facts and daily timeline notes to prevent knowledge loss across sessions.

How does file-based memory recall work with semantic search?

File-based memory recall works by querying stored knowledge using `qmd` for semantic and keyword search. The system retrieves atomic facts from the PARA folders and matches user patterns against the tacit knowledge layer.

Can I manage daily notes and memory decay in a knowledge graph?

Yes, you can manage daily notes and memory decay in a knowledge graph. The Skill maintains a raw timeline of daily notes alongside the PARA knowledge graph and actively facilitates memory decay management.

What is the best way to store atomic facts for note-taking and knowledge management?

The best way to store atomic facts for note-taking is using a structured file-based memory system. This Skill saves facts as atomic YAML entries within specific PARA category folders, enabling persistent storage and retrieval.

Do I need any dependencies to use the PARA method for knowledge organization?

No dependencies are required to use the PARA method for knowledge organization. The Skill operates independently using file-based storage with YAML facts and markdown summaries, utilizing `qmd` for recall.

When should I not use a file-based memory system for recall?

You should not use a file-based memory system for recall if you need real-time database synchronization rather than persistent file storage. This approach relies on YAML files and markdown summaries organized in static PARA folders.