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.
SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting
State-of-the-art semantic search across Ruflo memory with multiple retrieval strategies.
Choose based on query type:
Parse query and flags — extract search text and strategy flags from arguments
Select retrieval strategy:
Dense search (default):
npx @claude-flow/cli@latest memory search --query "QUERY" --namespace NAMESPACE --limit 10
Or via MCP: mcp__claude-flow__memory_search({ query: "QUERY", namespace: "NAMESPACE", limit: 10 })
Hybrid search (when --hybrid or query has specific keywords):
npx ruvector search "QUERY" --hybrid --limit 10
Graph RAG (when --graph-rag or multi-hop reasoning needed):
npx ruvector search "QUERY" --graph-rag --limit 10
Smart retrieval (when --smart or complex recall needed):
npx skills add ruvnet/ruflo --skill memory-searchHow 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.