update-memory-snapshot

Consolidate daily reports and agent outputs into structured long-term memory records.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of consolidating daily operational data and agent outputs into structured, long-term memory stores, preventing data loss and enabling better decision-making.

Core Features & Use Cases

  • Memory Consolidation: Merges daily reports and agent outputs into structured memory records.
  • Data Transformation: Extracts facts, decisions, and patterns from various sources.
  • Use Case: After a day of agent operations, this skill ensures all critical insights and decisions are captured and organized into persistent memory structures for future reference and analysis.

Quick Start

Consolidate memory for the date 2025-12-21.

Frequently Asked Questions about update-memory-snapshot

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

FAQPage Schema
How do I consolidate daily agent outputs into long-term memory?

You can consolidate daily agent outputs into long-term memory by processing data from `events_daily` and `artifacts_daily` to extract facts, decisions, and patterns, transforming them into structured memory records like episodic memory and decision traces.

What is memory consolidation for agent decision traces?

Memory consolidation for agent decision traces is the process of merging daily reports and agent outputs into structured long-term memory stores, preventing data loss and enabling better decision-making by automatically capturing critical insights.

Can I process specific dates when consolidating episodic memory?

Yes, you can process a specified date by extracting information from `events_daily` and `artifacts_daily` for that exact day, transforming the extracted data into structured memory records and pruning expired memories.

Does memory consolidation automatically prune expired memories?

Yes, memory consolidation automatically prunes expired memories while transforming extracted information from `events_daily` and `artifacts_daily` into structured long-term memory records for future reference.

What is the best way to capture agent decisions into structured long-term storage?

The best way to capture agent decisions into structured long-term storage is to automate consolidation of daily operational data, which extracts facts and decisions from various sources and organizes them into persistent memory structures.