rag-architect

Design complete RAG pipelines with chunking, embeddings, vector databases, retrieval, reranking, and evaluation.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill rag-architect-patasse97
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rag-architect
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering/rag-architect
Command: npx skills add https://github.com/Patasse97/claude-skills --skill rag-architect-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The RAG Architect skill provides comprehensive guidance and tooling for designing, implementing, and optimizing production-grade Retrieval-Augmented Generation pipelines, covering chunking strategies, embedding choices, vector databases, retrieval methods, reranking, and evaluation frameworks to enable scalable knowledge systems.

Core Features & Use Cases

  • Design and compare chunking strategies (fixed-size, sentence-based, paragraph-based, semantic heading-aware) to suit diverse document types.
  • Select appropriate embedding models and vector databases based on cost, latency, and accuracy requirements.
  • Architect complete pipelines including retrieval, reranking, evaluation, deployment patterns, cost projections, architecture diagrams, and configuration templates.
  • Apply designs to domains such as technical documentation, code repositories, and scientific knowledge bases.

Quick Start

Design a complete RAG pipeline for a large heterogeneous knowledge base and deliver architecture diagrams, component recommendations, and cost projections.

Frequently Asked Questions about rag-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an end-to-end RAG pipeline for a large heterogeneous knowledge base?▼

To design an end-to-end RAG pipeline, you need a complete architecture covering chunking strategies, embedding model selection, vector databases, retrieval methods, and reranking. It provides architecture diagrams, component recommendations, and cost projections tailored to your specific document types.

What is the best chunking strategy for technical documentation in a RAG system?▼

The best chunking strategy for technical documentation depends on your content structure. You can compare fixed-size, sentence-based, paragraph-based, or semantic heading-aware chunking to optimize retrieval accuracy and ensure the RAG system captures the context of your technical documents effectively.

How do I evaluate and optimize RAG retrieval accuracy and cost?▼

To evaluate and optimize RAG retrieval accuracy and cost, implement an evaluation framework alongside cost projections. This involves selecting appropriate embedding models and vector databases, applying reranking methods, and monitoring production patterns to balance latency and cost requirements.

Can I use this RAG pipeline design for code repositories and scientific knowledge bases?▼

Yes, you can use this RAG pipeline design for code repositories and scientific knowledge bases. The architecture adapts to varied document types, ensuring the chunking, embedding, and retrieval methods suit domains like technical documentation, code, and science across small to large scale considerations.

What production guardrails and monitoring patterns do I need for a RAG pipeline?▼

For a production RAG pipeline, you need guardrails, monitoring patterns, and cost optimization configurations. The design provides configuration templates and architecture diagrams that account for production patterns to ensure scalable knowledge systems remain adaptable to future model updates.