Skip to main content
Back to the directory
jeffallan/claude-skillsSoftware EngineeringFrontend and Design

rag-architect

Production-grade RAG system design covering chunking, embeddings, vector stores, hybrid search, reranking, and retrieval evaluation.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill rag-architect
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, rag-architect has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: jeffallan/claude-skills. Canonical URL: https://skills.sh/jeffallan/claude-skills/rag-architect.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-grade RAG system design covering chunking, embeddings, vector stores, hybrid search, reranking, and retrieval evaluation. For each step, validate before moving on (see checkpoints below). Load detailed guidance based on context: Checkpoint: assert all(c.metadata.get("source") for c in chunks), "Missing source metadata" Checkpoint: assert qdrant.count("knowledge_base").count == len(set(p.id for p in points)), "Deduplication failed" Checkpoint: assert len(hybrid_search("test query", tenant_id="demo")) > 0, "Hybrid search returned no results" Checkpoint: Target context_precision >= 0.7 and context_recall >= 0.6 before moving to LLM integration. When designing RAG architecture, deliver: Documentation - Guides five core workflow steps: requirements analysis, vector store design, chunking strategy, retrieval pipeline configuration, and quality evaluation with checkpoints - Supports multiple vector databases (Pinecone, Weaviate, Chroma, pgvector, Qdrant) with schema design, indexing, and sharding strategies - Implements hybrid search combining dense vector retrieval with BM25 keyword search, plus reranking via Cohere for top-k result refinement - Includes evaluation framework using RAGAS metrics (context precision, recall, faithfulness, answer relevancy) to validate retrieval quality before LLM integration - Provides reference guides for embedding model selection, semantic...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does rag-architect do?

Production-grade RAG system design covering chunking, embeddings, vector stores, hybrid search, reranking, and retrieval evaluation.

Is rag-architect good?

rag-architect does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support rag-architect?

rag-architect currently lists compatibility with Skills CLI.

Is rag-architect safe to install?

rag-architect has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to rag-architect?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install rag-architect?

Run the following command to install rag-architect: npx skills add https://github.com/jeffallan/claude-skills --skill rag-architect

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering