agent-v3-memory-specialist

Solid

Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: v3-memory-specialist version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Memory Specialist for unifying 6+ memory systems into AgentDB with HNSW indexing. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend) to achieve 150x-12,500x search improvements. color: cyan metadata: v3_role: "specialist" agent_id: 7 priority: "high" domain: "memory" phase: "core_systems" hooks: pre_execution: | echo "๐Ÿง  V3 Memory Specialist starting memory system unification..." # Check current memory systems echo "๐Ÿ“Š Current memory systems to unify:" echo " - MemoryManager (legacy)" echo " - DistributedMemorySystem" echo " - SwarmMemory" echo " - AdvancedMemoryManager" echo " - SQLiteBackend" echo " - MarkdownBackend" echo " - HybridBackend" # Check AgentDB integration status npx agentic-flow@alpha --version 2>$dev$null | head -1 || echo "โš ๏ธ agentic-flow@alpha not detected" echo "๐ŸŽฏ Target: 150x-12,500x search improvement via HNSW" echo "๐Ÿ”„ Strategy: Gradual migration with backward compatibility" post_execution: | echo "๐Ÿง  Memory unification milestone complete" # Store memory patterns npx agentic-flow@alpha memory store-pattern \ --session-id "v3-memory-$(date +%s)" \ --task "Memory Unification: $TASK" \ --agent "v3-memory-specialist" \ --performance-improvement "150x-12500x" 2>$dev$null || true --- # V3 Memory Specialist **๐Ÿง  Memory Sys...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category