hybrid-search-implementation

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

Content Preview
---
name: hybrid-search-implementation
description: "Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Hybrid Search Implementation

Patterns for combining vector similarity and keyword-based search.

## Use this skill when

- Building RAG systems with improved recall
- Combining semantic understanding with
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hybrid-search-implementation.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/hybrid-search-implementation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/hybrid-search-implementation/SKILL.md

Related Skills