Rag Architect
Skill Verifiziert AktivUse when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.
To empower users to design, build, and optimize production-grade RAG pipelines by providing detailed strategies, best practices, and comparative analyses for every component of the RAG ecosystem.
Funktionen
- Detailed analysis of various chunking strategies
- Guidance on selecting optimal embedding models
- Comparison of popular vector databases
- Explanation of retrieval and reranking techniques
- Best practices for RAG evaluation and monitoring
Anwendungsfälle
- Designing a new RAG pipeline for a specific domain
- Optimizing an existing RAG system's retrieval performance
- Choosing the best embedding model for a given task
- Implementing vector search and knowledge retrieval systems
Nicht-Ziele
- Implementing RAG pipelines directly via code execution
- Providing a managed vector database service
- Conducting real-time A/B testing of RAG components
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering@claude-code-skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Recursive Research
100Tiefgehende rekursive Recherche mit selbstregulierender Schleife bis PhD-Niveau. Anwendbar auf jedes Gebiet (Wissenschaft, Technologie, Wirtschaft, Kunst, Geisteswissenschaften). Nutzt WDM + Munger-Inversion für autonome Entscheidungen, Stufung vertrauenswürdiger Quellen und Speicherung von Checkpoints auf der Festplatte, um Kontextgrenzen zu überwinden.
Chat Format
100Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
Memory Management
99AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.
AgentDB Vector Search
99Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
Embeddings
99Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.
Hybrid Search Implementation
98Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.