RAG Engineer skill
Explore the open GitHub skill for tracing a RAG system from source knowledge to retrieval, grounded answers, and verifiable citations.
AI Engineering Lab · Open methodology
RAG Engineer is a portable workflow for building, debugging, reviewing, and operating retrieval-augmented generation systems. It traces evidence from the original source to the final cited answer.

What it covers
A better prompt cannot recover a fact that was never indexed, retrieved, authorized, or preserved in the final context.
Explore the open GitHub skill for tracing a RAG system from source knowledge to retrieval, grounded answers, and verifiable citations.
Trace source, indexing, authorization, retrieval, assembly, generation, citation, and evaluation in order.
Resolve access on the server before retrieval and keep unauthorized documents out of raw results.
Keep quality, refusal behavior, latency, cost, outages, re-indexing, and deletion consistency measurable.
Related method
Pair RAG Engineer with RAG Evaluation to separate retrieval failures from generation failures and support defensible quality claims.