Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -47% | 0% |
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 indexingmcp__plugin_ruflo-core_ruflo__memory_bridge_status({}) Verify: Claude files count, AgentDB entries, SONA state, connection status.
mcp__plugin_ruflo-core_ruflo__memory_import_claude({})mcp__plugin_ruflo-core_ruflo__memory_import_claude({ allProjects: true })CLI alternative: bash node .claude/helpers/auto-memory-hook.mjs import-all
mcp__plugin_ruflo-core_ruflo__memory_bridge_status({}) Confirm entry counts match expected file counts.
Search for near-duplicate entries (cosine > 0.95) and merge them, keeping the most recent version.
mcp__plugin_ruflo-core_ruflo__memory_search_unified({ query: "test query", limit: 3 }) Results include source attribution: claude-code, auto-memory, or agentdb.
The bridge runs automatically on session-start via the SessionStart hook. Manual invocation is only needed for:
When ruflo-ruvector is loaded, bridged memories are also indexed by ruvector for:
Other measured skills in the registry, with their headline benchmark lift.