Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Combines vector similarity and keyword search for improved retrieval recall. Use when building RAG systems, search engines, or handling specific terms pure vector search misses.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:hybrid-search-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Patterns for combining vector similarity and keyword-based search.
Combines vector similarity and keyword search for improved retrieval in RAG systems and search engines.
Implements hybrid search combining vector and keyword retrieval for RAG systems, search engines, and domain-specific queries requiring high recall.
Hybrid search — BM25 keyword + dense vector fused with Reciprocal Rank Fusion. Use when queries have specific identifiers, code symbols, or proper nouns that pure semantic search might miss.
Share bugs, ideas, or general feedback.
Patterns for combining vector similarity and keyword-based search.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.