para-memory-files

Organize knowledge in YAML files using a PARA-based memory system.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Persistent, structured memory across sessions using the PARA method to store, retrieve, and organize knowledge without losing context.

Core Features & Use Cases

  • Knowledge graph layered memory with per-entity summary.md and items.yaml.
  • Daily notes and planning support with weekly syntheses and recall.
  • Maintains durability of facts by avoiding deletion; supersedes old facts and archives inactive items.

Quick Start

Create a new PARA entity under life with a summary.md and items.yaml, then write a daily note that feeds the memory 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 and recall knowledge across sessions without losing context?

To organize and recall knowledge across sessions, you can use a PARA-based, file-backed memory system. It structures information into per-layer memory organization with atomic fact storage in YAML, ensuring persistent context without data loss.

What is the PARA method for personal knowledge management?

The PARA method for personal knowledge management categorizes information into Projects, Areas, Resources, and Archives. This Skill applies it by maintaining a knowledge graph layered memory with per-entity summary.md and items.yaml files for structured recall.

How do I create a new entity and store facts in a PARA memory system?

To create a new entity in the PARA memory system, set up a directory with a summary.md and items.yaml file. You then write daily notes that feed into the memory graph, storing atomic facts in the YAML structure for later retrieval.

Can I update or correct facts in YAML without permanently deleting old data?

You can update facts in YAML without permanent deletion by using the superseding rules. The system maintains fact durability by archiving inactive items and superseding old facts rather than removing them, preserving the full history of your knowledge graph.

Does this knowledge management approach support daily notes and weekly syntheses?

This knowledge management approach supports daily notes and weekly syntheses. It integrates daily planning with the memory graph to generate weekly summaries, allowing you to recall past context and maintain structured knowledge over time.

What is the best way to maintain a persistent knowledge graph for personal notes?

The best way to maintain a persistent knowledge graph is using a file-backed system with per-layer memory organization. By storing atomic facts in YAML and avoiding deletion through superseding rules, you ensure durable, structured recall across sessions.