Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

hybrid-search-implementation

Combine vector and keyword search for improved retrieval in RAG systems and search engines.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill hybrid-search-implementation
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, hybrid-search-implementation has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/hybrid-search-implementation.

Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
Combine vector and keyword search for improved retrieval in RAG systems and search engines. Patterns for combining vector similarity and keyword-based search. - Provides four fusion methods: Reciprocal Rank Fusion (RRF) for general use, linear combination for tunable balance, cross-encoder reranking for highest quality, and cascade filtering for efficiency - Includes production-ready templates for PostgreSQL with pgvector, Elasticsearch with dense vectors, and custom Python pipelines with parallel search execution - Handles score normalization, metadata filtering, and result deduplication across multiple search backends - Supports reranking with cross-encoders and offers practical guidance on tuning weights empirically rather than assuming fixed configurations - Building RAG systems with improved recall - Combining semantic understanding with exact matching - Handling queries with specific terms (names, codes) - Improving search for domain-specific vocabulary - When pure vector search misses keyword matches - Tune weights empirically - Test on your data - Use RRF for simplicity - Works well without tuning - Add reranking - Significant quality improvement - Log both scores - Helps with debugging - A/B test - Measure real user impact - Don't assume one size fits all - Different queries need different weights - Don't skip keyword search - Handles exact matches better - Don't...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does hybrid-search-implementation do?

Combine vector and keyword search for improved retrieval in RAG systems and search engines.

Is hybrid-search-implementation good?

hybrid-search-implementation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support hybrid-search-implementation?

hybrid-search-implementation currently lists compatibility with Skills CLI.

Is hybrid-search-implementation safe to install?

hybrid-search-implementation has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to hybrid-search-implementation?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install hybrid-search-implementation?

Run the following command to install hybrid-search-implementation: npx skills add https://github.com/wshobson/agents --skill hybrid-search-implementation

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering