rag-development
Installation
SKILL.md
RAG Development
Comprehensive knowledge base for building production-grade Retrieval-Augmented Generation systems.
When to Use
- Building a new RAG pipeline from scratch
- Choosing chunking strategy, embedding model, or vector database
- Implementing hybrid search, re-ranking, or contextual retrieval
- Evaluating RAG quality with RAGAS or DeepEval
- Optimizing production RAG for cost, latency, or accuracy
- Designing multi-tenant RAG with access control
- Upgrading from naive RAG to advanced patterns
Quick Start Recommendation
For 80% of use cases, start with:
- Chunking: Recursive character splitting at 512 tokens, 10-15% overlap
- Embedding: OpenAI
text-embedding-3-small(best value) or Cohereembed-v4(best accuracy)
Related skills
More from acaprino/alfio-claude-plugins
python-refactor
>
167file-organizer
>
76legal-advisor
Use PROACTIVELY for any legal question -- contracts, compliance, privacy, IP, employment law, terms of service, NDAs, corporate governance. Expert legal advisor specializing in technology law, compliance, and risk mitigation.
39python-comments
>
35deep-dive-analysis
>
35python-performance-optimization
>
31