source-command-claude-flow-memory

Manage persistent storage with CRDT-based conflict resolution for Codex-Flow memory.

Updated May 15, 2026
One-click install
npx skills add https://github.com/sparkling/opda --skill source-command-claude-flow-memory-sparkling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-claude-flow-memory
Source: https://github.com/sparkling/opda/tree/main/.agents/skills/source-command-claude-flow-memory
Command: npx skills add https://github.com/sparkling/opda --skill source-command-claude-flow-memory-sparkling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Codex-flow, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines interaction with the Codex-Flow memory system, allowing for efficient storage, retrieval, and management of persistent data across sessions and agents.

Core Features & Use Cases

  • Persistent Storage: Store and retrieve data with CRDT-based conflict resolution.
  • Cross-Session Collaboration: Maintain a consistent state across different sessions and agents.
  • Use Case: For a team working on a complex project, this Skill can ensure that all relevant information is stored and accessible, even as team members switch between tasks or sessions.

Quick Start

Run the claude-flow-memory store command to save data to the Codex-Flow memory system.

Frequently Asked Questions about source-command-claude-flow-memory

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

FAQPage Schema
How do I store persistent data for cross-session collaboration?

To store persistent data for cross-session collaboration, run the `claude-flow-memory store` command to save information into the Codex-Flow memory system. This ensures data remains accessible across different sessions and agents.

What is CRDT-based conflict resolution in memory management?

CRDT-based conflict resolution in memory management ensures consistent state across distributed agents by automatically merging concurrent updates. This prevents data loss when multiple sessions query and modify the same persistent storage simultaneously.

Do I need Codex-Flow installed to manage persistent storage?

Yes, you need the Codex-Flow memory utility installed and configured in your environment to execute this Skill. It serves as the required dependency for managing cross-session persistent data and handling CRDT conflict resolution.

How does persistent storage maintain consistent state across different agents?

Persistent storage maintains consistent state across different agents by using CRDT-based conflict resolution during data queries and updates. This mechanism synchronizes information across the Codex-Flow memory system, preventing conflicts when team members switch tasks.

Can I query and manage persistent data across multiple team sessions?

You can query and manage persistent data across multiple team sessions by interacting with the Codex-Flow memory system. This Skill supports storing and retrieving information, ensuring all relevant project data remains accessible and synchronized.

What are the limitations of using CRDTs for cross-agent memory management?

CRDTs for cross-agent memory management require the Codex-Flow memory utility to function and may introduce overhead for complex data structures. This approach is designed for consistent state synchronization rather than handling highly transactional or strictly sequential data updates.