agent:rag

Installation
SKILL.md

RAG Pipeline Design

Guides the user through designing a Retrieval-Augmented Generation (RAG) pipeline. Based on "Principles of Building AI Agents" (Bhagwat & Gienow, 2025), Part V: RAG (Chapters 17-20).

When to use

Use this skill when the user needs to:

  • Design a RAG pipeline for an agent
  • Choose a vector database
  • Configure chunking, embedding, and retrieval
  • Evaluate whether RAG is even needed (vs. alternatives)
  • Tune an existing RAG pipeline for better quality

Instructions

Step 1: Do You Actually Need RAG?

Before building a pipeline, apply the principle: Start simple, check quality, get complex.

Related skills
Installs
5
Repository
ikatsuba/skills
First Seen
Mar 6, 2026