Knowledge skills

RAG and knowledge base skills for AI agents.

Find skills for document ingestion, chunking, embeddings, retrieval, source citation, semantic search, and grounded agent answers.

Built for builders searching for RAG, retrieval, knowledge base, embedding, and document ingestion skills for agents.

Matched

16

Stars

531K

Workflow

Retrieve

Data

Docs

Agent jobs

Start from a real workflow, not a keyword.

These pages are built for high-intent search and for agents that need a structured shortlist with install commands, trust signals, audit links, and real outcome evidence before installing third-party code.

01

Build a RAG knowledge base over product docs

02

Crawl documentation and prepare searchable markdown

03

Retrieve relevant source passages before answering

04

Compare embedding, indexing, and retrieval options

Ranked shortlist

High-signal skills to inspect first.

Open best list
16K stars

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

98

Quality

87

Trust

—

Proven

rag-knowledgeJun 18, 2026 pushUnknownNeeds first agent run
$ npx skills add Tencent/WeKnora
34K stars

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

100

Quality

86

Trust

—

Proven

rag-knowledgeJul 18, 2026 pushMITNeeds first agent run
$ npx skills add VectifyAI/PageIndex
33K stars

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/

100

Quality

88

Trust

—

Proven

rag-knowledgeJul 18, 2026 pushApache-2.0Needs first agent run
$ npx skills add qdrant/qdrant
28K stars

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

100

Quality

86

Trust

—

Proven

rag-knowledgeJun 17, 2026 pushUnknownNeeds first agent run
$ npx skills add NirDiamant/RAG_Techniques
17K stars

Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

100

Quality

90

Trust

—

Proven

rag-knowledgeJul 24, 2026 pushBSD-3-ClauseNeeds first agent run
$ npx skills add weaviate/weaviate
18K stars

Private AI platform for agents, assistants and enterprise search. Built-in Agent Builder, Deep research, Document analysis, Multi-model support, and API connectivity for agents.

100

Quality

88

Trust

—

Proven

rag-knowledgeJul 16, 2026 pushMITNeeds first agent run
$ npx skills add arc53/DocsGPT

Evaluation

How to choose the right skill.

Preserves source URLs and citation metadata

Separates ingestion, retrieval, and generation steps

Documents chunking and evaluation assumptions

Can be tested against a known question set

Questions

What should an agent check before using a RAG skill?

Check source preservation, retrieval quality, chunking strategy, supported data stores, and whether the workflow can cite evidence.

Are RAG skills different from document parsing skills?

Yes. Document parsing prepares clean text or tables; RAG skills usually add indexing, retrieval, and source-grounded answer workflows.