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
Trust86/100
Audit90/100
Quality100/100
RiskSafe to try
OpenAI AgentsLangChainRAG and knowledge
$ npx skills add NirDiamant/RAG_Techniques
Adopt100/100
WeKnora

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Stars16K
Trust87/100
Audit90/100
Quality100/100
RiskSafe to try
RAG and knowledgeResearch agents
$ npx skills add Tencent/WeKnora
Adopt100/100
PageIndex

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

Stars34K
Trust87/100
Audit92/100
Quality100/100
RiskSafe to try
RAG and knowledgeBrowser automation
$ npx skills add VectifyAI/PageIndex
Adopt100/100
Qdrant

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

Stars33K
Trust90/100
Audit94/100
Quality100/100
RiskSafe to try
RAG and knowledgeBrowser automation
$ npx skills add qdrant/qdrant

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