ZES-memory-ops

Synchronize distributed agent memory stores across SQLite and Markdown backends.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-memory-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ZES-memory-ops
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/ZES-memory-ops
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-memory-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves fragmentation in AI agent memory by providing a centralized interface to search, write, sync, and repair memories across disparate storage backends like SQLite, Markdown files, and native agent stores.

Core Features & Use Cases

  • Unified Memory Hub: Synchronizes memory states between Codex, Hermes, and OpenClaude agents.
  • Multi-Format Support: Handles FTS5 SQLite queries alongside raw Markdown-based memory files.
  • Conflict Resolution: Implements automated priority-based merging to ensure the most accurate and recent information is maintained across the agent ecosystem.

Quick Start

Execute the ZES memory provider initialization script to verify the current memory hub statistics and ensure all agent stores are correctly synchronized.

Frequently Asked Questions about ZES-memory-ops

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

FAQPage Schema
How do I synchronize memory across multiple AI agents using different storage backends?

To synchronize memory across multiple AI agents, you need a unified memory hub that coordinates data consistency between SQLite and Markdown stores. This skill automates cross-agent memory synchronization, ensuring preferences and decisions are shared accurately across disparate agent architectures.

What is automated conflict resolution for distributed AI agent memory stores?

Automated conflict resolution for distributed AI agent memory stores is a priority-based merging mechanism that evaluates conflicting data entries. It ensures the most accurate and recent information is maintained across the agent ecosystem without requiring manual intervention.

How do I search and query shared knowledge bases across AI agent architectures?

You can search shared knowledge bases across AI agent architectures using FTS5 SQLite queries alongside raw Markdown-based memory files. The system provides a centralized interface to search, write, and sync memories across multiple native agent stores.

Can I use SQLite FTS5 search with Markdown-based memory files in an agent orchestration framework?

Yes, you can use SQLite FTS5 search with Markdown-based memory files within an agent orchestration framework. The system provides multi-format support that handles full-text SQLite queries alongside raw Markdown files to maintain a reliable shared knowledge base.

How do I repair fragmented memory states between Codex, Hermes, and OpenClaude agents?

To repair fragmented memory states between Codex, Hermes, and OpenClaude agents, execute the memory provider initialization script. This verifies memory hub statistics and ensures all distributed agent stores are correctly synchronized and repaired.