·memory-management
{}

memory-management

ruvnet/claude-flow

AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.

16Installs·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/claude-flow --skill memory-management

SKILL.md

Purpose AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management.

Store Pattern Store a pattern or knowledge item in memory

| memory-backup | .agents/scripts/memory-backup.sh | Backup memory to external storage | | memory-consolidate | .agents/scripts/memory-consolidate.sh | Consolidate and optimize memory |

AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration. Source: ruvnet/claude-flow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/claude-flow --skill memory-management
Category
{}Data Analysis
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is memory-management?

AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration. Source: ruvnet/claude-flow.

How do I install memory-management?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill memory-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ruvnet/claude-flow