What problem does it solve? Building RAG systems that return relevant context instead of hallucinations is hard: poor chunking, wrong embedding models, and missing reranking silently degrade answer quality. This Skill provides expert guidance on designing retrieval pipelines where retrieval quality drives generation quality. ## Core Features & Use Cases - Semantic Chunking Strategies: Chunk documents by meaning and structure rather than fixed token counts, preserving context across boundaries. - Hierarchical & Hybrid Retrieval: Combine multi-level indexing, BM25 keyword search, vector similarity, and Reciprocal Rank Fusion for better precision. - Sharp Edges Reference: A severity-ranked table of common RAG failures (fixed-size chunking, missing reranking, stale embeddings) with concrete solutions. - Use Case: You are building a document Q&A feature over a company knowledge base. Use this Skill to choose chunking boundaries, select embedding models per content type, add a reranking step, and set up retrieval evaluation separate from generation. ## Quick Start Ask the AI to design a RAG pipeline for your document search application, including chunking strategy, embedding model selection, and hybrid retrieval with reranking.