para-memory-files

Store and retrieve persistent knowledge using PARA folders with YAML facts.

14|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/WeAreBini/paperclip --skill para-memory-files-wearebini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory-files
Source: https://github.com/WeAreBini/paperclip/tree/main/skills/para-memory-files
Command: npx skills add https://github.com/WeAreBini/paperclip --skill para-memory-files-wearebini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a robust, file-based memory system to prevent knowledge loss across sessions and manage information effectively, addressing the challenge of ephemeral AI context.

Core Features & Use Cases

  • Structured Knowledge Graph: Organizes facts into Projects, Areas, Resources, and Archives using YAML.
  • Daily Notes: Captures a raw timeline of events and interactions.
  • Tacit Knowledge Management: Stores user-specific patterns and preferences.
  • Memory Recall: Utilizes qmd for semantic and keyword search across memory layers.
  • Use Case: When discussing a new client, the skill can store their company details, key contacts, and project history in the Areas/companies/ folder, making this information readily available for future interactions.

Quick Start

Use the para-memory-files skill to save the fact that 'Project X is due on December 31st' into the knowledge graph.

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

Organize knowledge using the PARA method by structuring facts into Projects, Areas, Resources, and Archives folders with atomic YAML files. This file-based memory system prevents knowledge loss across sessions by maintaining a persistent knowledge graph for retrieval.

What's the best way to store and recall tacit user knowledge across sessions?

Store tacit user knowledge by capturing user-specific patterns and preferences within the memory system. You can recall this information later using semantic and keyword search across memory layers, ensuring persistent recall of client details or project history.

How do I capture daily notes as a timeline in a knowledge management system?

Capture daily notes as a raw timeline of events and interactions to log activities chronologically. This integrates with the PARA knowledge graph, providing a time-based layer of raw context alongside structured YAML facts for comprehensive memory recall.

Can I use YAML to manage a knowledge graph for project planning and recall?

Yes, you can use atomic YAML facts to manage a knowledge graph structured by the PARA method. Defined fact and entity rules govern how information is stored across projects, areas, resources, and archives, supporting planning and recall via semantic search.

Does this PARA memory system work without external dependencies?

Yes, the PARA memory system operates entirely file-based without external dependencies. It manages persistent knowledge storage and retrieval intrinsically, organizing information into defined PARA folders with YAML facts and timeline daily notes.

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

A file-based memory system using YAML facts and PARA folders is not ideal for ephemeral context that requires no cross-session persistence. If your information organization needs do not involve persistent knowledge graphs, planning, or long-term recall, this structured approach may be unnecessary.