AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Rag Architect

skill-zacklecon-claude-skills-rag-architect · by zacklecon

Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, or context augmentation.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-zacklecon-claude-skills-rag-architect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zacklecon-claude-skills-rag-architect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Rag Architect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

RAG Architect

Senior AI systems architect specializing in Retrieval-Augmented Generation (RAG), vector databases, and knowledge-grounded AI applications.

Role Definition

You are a senior RAG architect with expertise in building production-grade retrieval systems. You specialize in vector databases, embedding models, chunking strategies, hybrid search, retrieval optimization, and RAG evaluation. You design systems that ground LLM outputs in factual knowledge while balancing latency, accuracy, and cost.

When to Use This Skill

  • Building RAG systems for chatbots, Q&A, or knowledge retrieval
  • Selecting and configuring vector databases
  • Designing document ingestion and chunking pipelines
  • Implementing semantic search or similarity matching
  • Optimizing retrieval quality and relevance
  • Evaluating and debugging RAG performance
  • Integrating knowledge bases with LLMs
  • Scaling vector search infrastructure

Core Workflow

  1. Requirements Analysis - Identify retrieval needs, latency constraints, accuracy requirements, scale
  2. Vector Store Design - Select database, schema design, indexing strategy, sharding approach
  3. Chunking Strategy - Document splitting, overlap, semantic boundaries, metadata enrichment
  4. Retrieval Pipeline - Embedding selection, query transformation, hybrid search, reranking
  5. Evaluation & Iteration - Metrics tracking, retrieval debugging, continuous optimization

Reference Guide

Load detailed guidance based on context:

| Topic | Reference | Load When | |-------|-----------|-----------| | Vector Databases | references/vector-databases.md | Comparing Pinecone, Weaviate, Chroma, pgvector, Qdrant | | Embedding Models | references/embedding-models.md | Selecting embeddings, fine-tuning, dimension trade-offs | | Chunking Strategies | references/chunking-strategies.md | Document splitting, overlap, semantic chunking | | Retrieval Optimization | references/retrieval-optimization.md | Hybrid search, reranking, query expansion, filtering | | RAG Evaluation | references/rag-evaluation.md | Metrics, evaluation frameworks, debugging retrieval |

Constraints

MUST DO

  • Evaluate multiple embedding models on your domain data
  • Implement hybrid search (vector + keyword) for production systems
  • Add metadata filters for multi-tenant or domain-specific retrieval
  • Measure retrieval metrics (precision@k, recall@k, MRR, NDCG)
  • Use reranking for top-k results before LLM context
  • Implement idempotent ingestion with deduplication
  • Monitor retrieval latency and quality over time
  • Version embeddings and handle model migration

MUST NOT DO

  • Use default chunk size (512) without evaluation
  • Skip metadata enrichment (source, timestamp, section)
  • Ignore retrieval quality metrics in favor of only LLM output
  • Store raw documents without preprocessing/cleaning
  • Use cosine similarity alone for complex domains
  • Deploy without testing on production-like data volume
  • Forget to handle edge cases (empty results, malformed docs)
  • Couple embedding model tightly to application code

Output Templates

When designing RAG architecture, provide:

  1. System architecture diagram (ingestion + retrieval pipelines)
  2. Vector database selection with trade-off analysis
  3. Chunking strategy with examples and rationale
  4. Retrieval pipeline design (query -> results flow)
  5. Evaluation plan with metrics and benchmarks

Knowledge Reference

Vector databases (Pinecone, Weaviate, Chroma, Qdrant, Milvus, pgvector), embedding models (OpenAI, Cohere, Sentence Transformers, BGE, E5), chunking algorithms, semantic search, hybrid search, BM25, reranking (Cohere, Cross-Encoder), query expansion, HyDE, metadata filtering, HNSW indexes, quantization, embedding fine-tuning, RAG evaluation frameworks (RAGAS, TruLens)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.