para-memory-files

Store and retrieve durable conversation facts in YAML files using the PARA method.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/telegraphic-dev/paperclip-deploy --skill para-memory-files-telegraphic-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory-files
Source: https://github.com/telegraphic-dev/paperclip-deploy/tree/main/skills/para-memory-files
Command: npx skills add https://github.com/telegraphic-dev/paperclip-deploy --skill para-memory-files-telegraphic-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of losing important context between sessions by giving an AI a durable, organized memory that can store, retrieve, and evolve knowledge over time.

Core Features & Use Cases

  • File-based PARA knowledge graph: Stores durable, atomic facts as YAML in structured Project/Area/Resource folders with an archive for inactive items, enabling targeted recall.
  • Daily notes timeline: Captures a raw event stream in timestamped daily markdown files for continuity and investigation of “what happened when.”
  • Tacit user-pattern memory: Tracks preferences, operating styles, and learned behavior in a dedicated memory file.
  • Planning and decay-aware recall: Maintains separate plans at the project root and prioritizes retrieval by memory decay and weekly synthesis of summaries.

Quick Start

Use para-memory-files to store and later recall facts from a conversation by writing durable details into items.yaml and updating the relevant summaries and daily notes automatically.

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 durable long-term memory for AI conversations using the PARA method?

PARA knowledge management organizes durable long-term memory by storing atomic facts as YAML files within structured Project, Area, and Resource folders. This prevents important context from getting lost across sessions by giving an AI a durable, organized memory.

What is the best way to recall prior context across sessions from daily notes?

The best way to recall prior context is using semantic or keyword search (qmd) over your indexed personal folder. The system prioritizes retrieval by maintaining a summary.md file and applying memory decay tiers to surface relevant daily notes.

How do I save and update knowledge across sessions using YAML files?

You save and update knowledge by writing durable details directly into items.yaml files and updating relevant summaries automatically. This ensures your AI maintains continuity by capturing the raw event stream in timestamped markdown files.

Does file-based memory support planning artifacts and weekly synthesis?

Yes, file-based memory supports planning by maintaining separate plans at the project root. It runs weekly synthesis of summaries and updates summary.md files to ensure retrieval prioritization with memory decay tiers keeps your knowledge current.

When do I need to archive inactive items in a PARA knowledge graph?

You need to archive inactive items in a PARA knowledge graph when details are no longer actively relevant to your Projects, Areas, or Resources. This maintains a clean structure and ensures your AI retrieves only current, actionable context.