rag-engineer

Design and optimize retrieval-augmented generation pipelines with embeddings and vector databases.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill rag-engineer-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rag-engineer
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/rag-engineer
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill rag-engineer-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieval-Augmented Generation (RAG) systems often struggle with relevance, chunking strategy, and vector database design, leading to inconsistent answer quality. This skill provides a blueprint for building robust RAG pipelines that maximize retrieval accuracy and minimize hallucinations.

Core Features & Use Cases

  • Vector embeddings and similarity search design
  • Document chunking and preprocessing pipelines
  • Retrieval pipeline architecture and orchestration
  • Semantic and hybrid search strategies
  • Context window management and reranking
  • End-to-end RAG workflows for knowledge bases and research archives

Quick Start

Design a minimal RAG setup by selecting an embedding model, configuring a vector store, and running a basic retrieval flow to fetch relevant documents.

Frequently Asked Questions about rag-engineer

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

FAQPage Schema
What is the best way to build a RAG pipeline for a document-heavy knowledge base?

Building a RAG pipeline for a knowledge base requires specifying requirements for embeddings, chunking, and vector databases. This approach ensures high-precision semantic search, proper context window management, and scalable performance for research archives.

How do I stop my retrieval-augmented generation system from returning irrelevant context?

To stop retrieval-augmented generation from returning irrelevant context, optimize your retrieval pipeline with semantic and hybrid search strategies. Implementing document chunking, context window management, and reranking maximizes retrieval accuracy and minimizes hallucinations.

Does document chunking strategy affect vector search accuracy in RAG workflows?

Document chunking strategy directly affects vector search accuracy in RAG workflows. Preprocessing pipelines must properly chunk documents and configure vector embeddings to ensure the retrieval architecture fetches highly relevant source documents.

When do I need hybrid search instead of standard semantic search for my retrieval pipeline?

You need hybrid search instead of standard semantic search when basic similarity search yields inconsistent answer quality. Hybrid search strategies combine multiple retrieval methods to maximize retrieval accuracy and minimize hallucinations in document-heavy workflows.

Can I use this approach to manage context windows for large research archives?

Yes, you can use this approach to manage context windows for large research archives. The pipeline architecture incorporates context window management and reranking to ensure high-precision search and scalable performance across extensive document collections.