memory-create

Save user-requested information to central or local Tandem memory files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill memory-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-create
Source: https://github.com/BinatrixAI/tandem-marketplace/tree/main/plugins/tandem/skills/core/memory-create
Command: npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill memory-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves information to the correct Tandem memory file when the user explicitly asks to remember something persistently. It distinguishes between global memory (memory/) and local folder memory (MEMORY.md) and ensures memories are stored in the right place with proper routing rules.

Core Features & Use Cases

  • Routes memory entries to the appropriate central or local memory file (e.g., memory/people/index.md for contacts, memory/preferences.md for global preferences, memory/work-context.md for deadlines, or the current folder's MEMORY.md for local items).
  • Performs pre-write checks for duplicates and contradictions against existing compiled-truth, then updates the timeline with a new entry.
  • Maintains a Phase-2 memory format with a compiled-truth block above a timeline, and preserves legacy data via the lazy retrofit process.

Quick Start

Tell me what to remember and I will save it to the correct memory file.

Frequently Asked Questions about memory-create

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

FAQPage Schema
How do I save persistent information to the correct memory file?

Saving persistent information requires explicitly asking the system to remember it. The system then routes the content to either global memory directories or a local MEMORY.md file based on specific routing rules.

How does memory management handle duplicate or contradictory data?

Memory management handles duplicates and contradictions by performing pre-write checks against existing compiled-truth blocks. It verifies new entries against the memory timeline before saving to prevent conflicting data.

When do I need local memory routing versus global memory storage?

You need local memory routing when saving context specific to the current folder via MEMORY.md. Global memory storage is used for overarching data like people index, preferences, or work context deadlines.

Does memory creation support an auditable memory trail?

Memory creation supports an auditable memory trail by maintaining a Phase-2 memory format with a compiled-truth block above a timeline. It updates this timeline with new entries to preserve an auditable history.

How to maintain legacy memory data during timeline updates?

To maintain legacy memory data during timeline updates, the system uses a lazy retrofit process. This preserves existing data while integrating new entries into the compiled-truth and memory timeline structure.