What problem does it solve?
This Skill helps you build, debug, and evaluate AI/LLM systems that rely on retrieval-augmented generation (RAG), embeddings, vector databases, and prompt engineering—so answers stay grounded in evidence instead of drifting into hallucinations.
Core Features & Use Cases
- RAG architecture decision-making: choose between naive, advanced, agentic, graph, and streaming RAG based on accuracy and freshness needs.
- Vector database selection guidance: compare operational trade-offs across pgvector, Pinecone, Qdrant, and hybrid/multimodal options.
- Production RAG pipeline patterns: chunking strategies, embedding workflows, retrieval with query expansion, deduplication + reranking, and citation-grounded generation.
- Prompt engineering playbooks: structured outputs, guardrailed prompting, few-shot classification, and self-consistency for better reliability.
- Evaluation and guardrails: RAGAS-style metrics (faithfulness, relevancy, recall, precision) plus guardrails for injection, PII, and hallucination checks.
Quick Start
Ask the AI to design a RAG pipeline for your knowledge base with chunking, embedding, retrieval (including reranking), and an evaluation plan for faithfulness and context recall.