Rag Architect
技能 已验证 活跃Use 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.
功能
- 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
使用场景
- 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
非目标
- Implementing RAG pipelines directly via code execution
- Providing a managed vector database service
- Conducting real-time A/B testing of RAG components
安装
请先添加 Marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering@claude-code-skills质量评分
已验证类似扩展
Recursive Research
100深入的递归研究,具有自我调节的循环,可达博士级别。适用于任何领域(科学、技术、商业、艺术、人文学科)。使用 WDM + Munger 反演进行自主决策、可靠来源分级和磁盘检查点以克服上下文限制。
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.