Use-case shortlist

Best Agent Skills for RAG and Knowledge Workflows

Find skills for document ingestion, retrieval, embeddings, source-grounded answers, and agent workflows that need reliable private knowledge.

Decision prompt

I need my agent to build a RAG workflow over documents, retrieve reliable context, and answer with grounded sources.

12
Shortlist
best
Intent
RAG and knowledgeUpdated Jun 2026

Recommended shortlist

Start with these skills

Ranked from current marketplace data
Adopt100/100
RAG Techniques

This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. Each technique has a detailed notebook tutorial.

Stars28K
Quality100/100
UpdatedJun 6, 2026
Claude CodeOpenAI AgentsLangChain
$ npx skills add NirDiamant/RAG_Techniques
Adopt100/100
Txtai

💡 All-in-one AI framework for semantic search, LLM orchestration and language model workflows

Stars13K
Quality100/100
UpdatedJun 4, 2026
Claude CodeRAG and knowledgeCoding agents
$ npx skills add neuml/txtai
Adopt100/100
Milvus

Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search

Stars45K
Quality100/100
UpdatedJun 9, 2026
Claude CodeRAG and knowledgeBrowser automation
$ npx skills add milvus-io/milvus
Adopt100/100
PageIndex

📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG

Stars33K
Quality100/100
UpdatedJun 5, 2026
Claude CodeRAG and knowledgeCoding agents
$ npx skills add VectifyAI/PageIndex

How to use this guide

Move from search to adoption

01

Choose a source corpus

Pick a small but representative set of documents before scaling ingestion.

02

Measure retrieval quality

Ask known-answer questions and inspect whether the right source material appears.

03

Add citations or proof points

Require the agent to show the evidence behind each answer before shipping.

Evaluation notes

What to check before installing

RAG skills should reduce answer risk

The point of a RAG skill is not only retrieval. It should help an agent ingest clean material, retrieve relevant context, and keep answers grounded in sources.

  • +Look for clear ingestion and retrieval behavior.
  • +Prefer skills that make source provenance visible.
  • +Validate chunking and retrieval quality against real documents.

Pair RAG with upstream preparation

Many failures happen before retrieval. Web scraping, PDF parsing, OCR, and document cleanup skills often matter as much as the RAG layer.

  • +Use document processing for messy PDFs and tables.
  • +Use web extraction for public-source knowledge bases.
  • +Use data analysis skills when retrieved context becomes structured metrics.

FAQ

Common questions

Do I need a separate scraping skill for RAG?

If the source material lives on the web, a scraping skill can be the upstream ingestion layer. For private files, document processing may be more important.

What is the first RAG skill to install?

Start with a skill that can ingest and retrieve from your actual source format, then add companions for parsing, crawling, or evaluation.

More candidates

Additional skills to review

Browse full marketplace

Next guides

Keep building the workflow