Install any skill in seconds. Free to start, no credit card required.
Get Started Free →SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -14% | 0% |
State-of-the-art semantic search across Ruflo memory with multiple retrieval strategies.
Choose based on query type:
Dense search (default): bash npx @claude-flow/cli@latest memory search --query "QUERY" --namespace NAMESPACE --limit 10 Or via MCP: mcp__plugin_ruflo-core_ruflo__memory_search({ query: "QUERY", namespace: "NAMESPACE", limit: 10 })
Hybrid search (when --hybrid or query has specific keywords): bash npx ruvector search "QUERY" --hybrid --limit 10
Graph RAG (when --graph-rag or multi-hop reasoning needed): bash npx ruvector search "QUERY" --graph-rag --limit 10
Smart retrieval (when --smart or complex recall needed): bash npx @claude-flow/cli@latest memory search --query "QUERY" --smart --limit 10 Or via MCP: mcp__plugin_ruflo-core_ruflo__memory_search({ query: "QUERY", smart: true, limit: 10 })
Applies 5-phase pipeline: query expansion, RRF fusion, recency boost, MMR diversity, session round-robin. Best for: multi-session recall, temporal queries, diverse result sets.
Unified cross-namespace: mcp__plugin_ruflo-core_ruflo__memory_search_unified({ query: "QUERY", limit: 10 })
mcp__plugin_ruflo-core_ruflo__agentdb_context-synthesize({ query: "QUERY", sources: ["patterns", "tasks", "solutions"] })
| Namespace | Best For | |-----------|----------| | patterns | "How did we handle X?" | | tasks | "What was the context for Y?" | | solutions | "How did we fix Z?" | | feedback | "What did the user prefer?" | | security | "Known vulnerabilities in..." | | (omit) | Search all namespaces |
Other measured skills in the registry, with their headline benchmark lift.