consolidate

Promote high-value observations from daily logs to long-term memory.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adiman9/mnemos --skill consolidate-adiman9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate
Source: https://github.com/adiman9/mnemos/tree/main/core/skills/consolidate
Command: npx skills add https://github.com/adiman9/mnemos --skill consolidate-adiman9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Promote high-value working memory observations to the long-term knowledge pipeline, ensuring important insights persist across sessions and deployments.

Core Features & Use Cases

  • Scans recent daily logs to identify candidate observations for promotion.
  • Applies promotion criteria and batches promoted items through the /reduce long-term pipeline.
  • Organizes promoted data via identity, reference, and full-pipeline paths to enrich the knowledge graph.

Quick Start

Run consolidate on the latest daily logs to promote eligible observations to long-term memory.

Frequently Asked Questions about consolidate

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

FAQPage Schema
How do I promote working memory observations to long-term knowledge across sessions?

To promote working memory observations to long-term knowledge, this Skill scans recent daily logs, applies promotion criteria, and batches high-value items through the reduce pipeline. This ensures important insights persist across sessions and deployments.

What is the process for consolidating AI agent memory into a knowledge graph?

Consolidating AI agent memory involves scanning daily logs in your vault to identify high-value observations, applying promotion criteria, and routing promoted data through identity, reference, and full-pipeline paths to enrich the knowledge graph.

How do I preview memory promotions before committing changes to the vault?

You can preview memory promotions before committing changes by using the dry-run flag. This allows you to scan the default last 7 days of daily logs and see which observations meet the promotion criteria without writing to long-term memory.

Can I specify a custom time range for scanning daily memory logs?

Yes, you can specify a custom time range for scanning daily memory logs by using the days flag. The Skill defaults to scanning the last 7 days of logs in the vault_path/memory/daily directory, but this can be adjusted.

What configuration is needed to automate long-term memory management for notes?

Automating long-term memory management requires vault metadata configured in a .mnemos.yaml file. The Skill reads this configuration to locate daily logs and writes promotion results to memory, notes, self, and inbox paths.

What are the limitations of using automated memory consolidation for AI agents?

Automated memory consolidation relies on specific vault structures in vault_path/memory/daily and .mnemos.yaml metadata. It is limited to processing observations from daily logs and does not extract high-value insights from unstructured or non-standardized input formats.