From ruflo-agentdb
HNSW vector search with RuVector embeddings for 150x-12500x faster semantic retrieval
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-agentdb:vector-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
HNSW-indexed vector search with RuVector embeddings (384-dim ONNX).
HNSW-indexed vector search with RuVector embeddings (384-dim ONNX).
When you need fast semantic search across large knowledge bases. HNSW provides 150x-12,500x faster search compared to brute-force scanning.
mcp__claude-flow__embeddings_status to verify the embedding enginemcp__claude-flow__embeddings_init if not already activemcp__claude-flow__embeddings_generate for text inputmcp__claude-flow__embeddings_search with a query for semantic matchesmcp__claude-flow__embeddings_compare to measure similarity between textsmcp__claude-flow__memory_search_unified to search across all namespacesFor building custom HNSW indexes:
mcp__claude-flow__ruvllm_hnsw_create — create a new indexmcp__claude-flow__ruvllm_hnsw_add — add vectors to the indexmcp__claude-flow__ruvllm_hnsw_route — route queries through the indexFor hierarchical data (code trees, org charts), use mcp__claude-flow__embeddings_hyperbolic which maps to Poincare ball space.
npx @claude-flow/cli@latest embeddings search --query "authentication patterns"
npx @claude-flow/cli@latest embeddings init
npx @claude-flow/cli@latest memory search --query "your query"
| Method | Speed |
|---|---|
| Brute-force scan | Baseline |
| HNSW (n=500) | 150x faster |
| HNSW (n=10,000) | 12,500x faster |
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
3plugins reuse this skill
First indexed Jun 13, 2026
npx claudepluginhub battlefield-art/ruflo --plugin ruflo-agentdb