RAG pipeline patterns for grounded LLM responses. Covers basic retrieval, citations, hybrid search (semantic + keyword with RRF), context window management, and sufficiency checks for hallucination prevention. Use when: building a Q&A system, adding citations, implementing knowledge bases, or preventing hallucinations. Triggers on: RAG, retrieval augmented, knowledge base, Q&A pipeline, citations, hybrid search, context retrieval, hallucination prevention, grounded responses
$npx -y skills add ariegoldkin/claude-forge --skill rag-retrievalInstalls into the current project.
Run `npx skills use "https://github.com/ariegoldkin/claude-forge" --skill "ariegoldkin/claude-forge/rag-retrieval"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ariegoldkin/claude-forge" that are relevant to the current task. Run `npx skills add "https://github.com/ariegoldkin/claude-forge"` and select the relevant skills, then follow their instructions.