Rag Architect
Skill Verified ActiveUse 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.
Features
- 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
Use Cases
- 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
Non-Goals
- Implementing RAG pipelines directly via code execution
- Providing a managed vector database service
- Conducting real-time A/B testing of RAG components
Installation
First, add the marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering@claude-code-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Recursive Research
100Investigación recursiva profunda con loop auto-regulado hasta nivel PhD. Aplicable a cualquier dominio (ciencia, tecnología, negocio, arte, humanidades). Usa WDM + Inversión Munger para decisiones autónomas, tiering de fuentes confiables, y checkpointing a disco para sobrevivir límites de contexto.
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.