update-memory

Store user preferences and data patterns in output/MEMORY.md.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill update-memory-stratio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-memory
Source: https://github.com/Stratio/genai-agents/tree/main/data-analytics/skills/update-memory
Command: npx skills add https://github.com/Stratio/genai-agents --skill update-memory-stratio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps the agent remember user preferences, data patterns, and recurring heuristics across sessions by updating a central memory file, enabling more personalized and efficient future analyses.

Core Features & Use Cases

  • Update output/MEMORY.md with the latest user preferences from the current session.
  • Record data patterns and learned heuristics for domain-wide reuse across analyses.
  • Governance/semantic-layer persistence: align memory with propose-knowledge workflows for longer-term continuity.
  • Initialization: automatically initialize from templates when memory is not yet present.

Quick Start

Save the current preferences and detected patterns to output/MEMORY.md for future sessions.

Frequently Asked Questions about update-memory

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

FAQPage Schema
How do I persist user preferences for future data analysis sessions?

To persist user preferences for future data analysis sessions, the Skill writes them to a central memory file (output/MEMORY.md), automatically initializing from templates if the file is missing. This ensures preferences are retained across sessions.

What is the best way to store recurring data patterns and heuristics?

The best way to store recurring data patterns and heuristics is recording them in a memory file after an analysis. This enables domain-wide reuse by allowing the agent to reference learned rules in subsequent tasks.

How does memory governance work for semantic-layer persistence?

Memory governance for semantic-layer persistence works by aligning the stored memory file with propose-knowledge workflows. This creates longer-term continuity for recurring heuristics and decision patterns across analyses.

Does the memory update process overwrite existing unchanged values?

No, the memory update process avoids overwriting unchanged values. It reads and writes to output/MEMORY.md carefully, ensuring only new preferences or updated patterns modify the existing file content.

When do I need to initialize a memory file for agent preferences?

You need to initialize a memory file when output/MEMORY.md is not yet present. The Skill automatically creates and initializes this file from templates when a save or remember request is triggered.