nebcore-memory-files

Organize user knowledge across sessions using PARA file structures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

File-based memory system using Tiago Forte's PARA method. Use this skill whenever you need to store, retrieve, update, or organize knowledge across sessions. Covers three memory layers: (1) Knowledge graph in PARA folders with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit knowledge about user patterns. Also handles planning files, memory decay, weekly synthesis, and recall via qmd.

Core Features & Use Cases

  • Knowledge graph with layered entities and facts
  • Daily notes timeline for context continuity
  • Tacit knowledge capturing user patterns and preferences
  • Planning, synthesis, and recall workflows across projects and areas

Quick Start

Create a new project entity under life/projects, add a summary.md, and populate items.yaml with initial facts.

Frequently Asked Questions about nebcore-memory-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist and organize knowledge across sessions using PARA methodology?

To persist knowledge across sessions using PARA methodology, organize facts into a file-based structure under $AGENT_HOME with three layers: a life/ folder for the knowledge graph, memory/YYYY-MM-DD.md for daily notes, and MEMORY.md for tacit knowledge. This ensures durable facts and recall workflows.

What is the best way to store daily notes and user patterns for long-term recall?

The best way to store daily notes and user patterns is by using a three-layer memory system. Daily notes are saved as a raw timeline in memory/YYYY-MM-DD.md files, while tacit knowledge about user patterns is captured in MEMORY.md to maintain context continuity across sessions.

How do I create a new project entity and populate initial facts?

To create a new project entity, set up a directory under life/projects, add a summary.md file to describe it, and populate an items.yaml file with your initial atomic YAML facts. This structures your data into a layered knowledge graph for future recall.

Can I use this PARA knowledge management system for weekly synthesis and planning?

Yes, you can use this PARA knowledge management system for weekly synthesis and planning. It handles planning files, memory decay, and weekly synthesis across projects, areas, and resources, allowing you to synthesize daily notes into actionable knowledge.

Do I need a specific file structure to apply the PARA method for knowledge retention?

Yes, you need a specific file structure to apply the PARA method for knowledge retention. It requires a file-based structure under the $AGENT_HOME directory, strictly separating your knowledge graph, daily notes timeline, and tacit knowledge into three distinct layers.