rag-enhancement

Installation
SKILL.md

RAG Enhancement Framework

When This Activates

This skill activates for explanation/understanding requests:

  • "How does X work?"
  • "Explain the Y system"
  • "Give me background on Z"
  • "What's the context for this?"
  • Understanding complex codebases

Hybrid Search (BM25 + Semantic)

The system uses Reciprocal Rank Fusion (RRF) to combine:

BM25 (Keyword)

  • Catches exact matches (function names, acronyms)
  • Fast, works without embeddings
  • Good for specific terms
Related skills
Installs
3
First Seen
Feb 19, 2026