Claude Flow Memory banner
ruvnet ruvnet

Claude Flow Memory

Development community

Description

--- name: claude-flow-memory description: Interact with Claude-Flow memory system --- # 🧠 Claude-Flow Memory System The memory system provides persistent storage for cross-session and cross-agent collaboration with CRDT-based conflict resolution. ## Store Information ```bash # Store with default namespace ./claude-flow memory store "key" "value" # Store with specific namespace ./claude-flow memory store "architecture_decisions" "microservices with API gateway" --namespace arch ``` ## Quer

Installation

Installs to ~/.claude/commands/ruvnet-agentic-flow-claude-flow-memory.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ruvnet/agentic-flow/HEAD/.claude/commands/claude-flow-memory.md -o ~/.claude/commands/ruvnet-agentic-flow-claude-flow-memory.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository