Acerca de
This skill provides a production-ready implementation of Contextual Retrieval, a technique designed to solve the 'lost context' problem in traditional RAG. By prepending situational context to document chunks before embedding them, it ensures that metadata like company names, dates, and specific topics are preserved in every vector. The skill includes full patterns for automated context generation using Claude Sonnet, cost-efficient prompt caching, and a hybrid search retriever that combines BM25 keyword matching with semantic vector similarity to achieve up to a 67% reduction in retrieval failures.