Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search
Import Claude Code's native auto-memory files into AgentDB for semantic search across sessions and projects.
Claude Code stores memories as markdown files in ~/.claude/projects/*/memory/*.md. This bridge:
claude-memories namespace with HNSW indexingCheck bridge health:
mcp__claude-flow__memory_bridge_status({})
Verify: Claude files count, AgentDB entries, SONA state, connection status.
Import memories:
mcp__claude-flow__memory_import_claude({})mcp__claude-flow__memory_import_claude({ allProjects: true })CLI alternative:
node .claude/helpers/auto-memory-hook.mjs import-all
Verify import:
mcp__claude-flow__memory_bridge_status({})
Confirm entry counts match expected file counts.
Deduplicate (if --dedupe):
npx skills add ruvnet/ruflo --skill memory-bridgeHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.