memory-write

Persist insights and decisions to memory episodes with deduplication and indexing.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill memory-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-write
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/memory-write
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill memory-write

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist insights and decisions as structured memory episodes, ensuring critical knowledge is captured, deduplicated, and indexed for quick retrieval.

Core Features & Use Cases

  • Persist novel insights to memory/episodes/YYYY-MM-DD-NNN.md when triggered by context, skipping low-importance items and avoiding duplicates.
  • Update memory/MEMORY.md Recent Episodes to keep a living index of important findings.
  • Consolidate memory when the episode log grows too large, enabling long-term retention and easy review.

Quick Start

Record an insight by saying "remember this" at any time during a session.

Frequently Asked Questions about memory-write

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

FAQPage Schema
How do I persist insights as memory episodes and index them?

To persist insights as memory episodes, the skill records novel findings to memory/episodes/YYYY-MM-DD-NNN.md and updates the MEMORY.md index with recent episodes for quick retrieval.

What's the best way to deduplicate knowledge-management notes during a session?

The best way to deduplicate knowledge-management notes is to trigger a memory write, which performs importance scoring and duplicate checks before saving any episode to the memory index.

How does memory consolidation work for long-term retention?

Memory consolidation triggers automatically when the episode log grows too large, summarizing and organizing your indexed memory episodes to enable long-term retention and easy review.

Do I need a specific file to record memory episodes?

Yes, you need memory/MEMORY.md as context to record memory episodes, which serves as the living index that gets updated with your newly persisted findings and consolidation triggers.

Can I skip low-importance items when saving session notes?

Yes, the memory writing process skips low-importance items automatically by performing an importance scoring check before persisting any insights as structured memory episodes.