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

376K

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 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
32K 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

100

Trust

75

Fit

rag-knowledgeJun 14, 2026 pushApache-2.0
$ 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

100

Trust

74

Fit

rag-knowledgeJun 11, 2026 pushUnknown
$ npx skills add NirDiamant/RAG_Techniques
16K 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

100

Trust

73

Fit

rag-knowledgeJun 14, 2026 pushBSD-3-Clause
$ npx skills add weaviate/weaviate
16K stars

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

100

Quality

100

Trust

73

Fit

rag-knowledgeJun 12, 2026 pushUnknown
$ npx skills add Tencent/WeKnora
13K stars

đŸ’¡ All-in-one AI framework for semantic search, LLM orchestration and language model workflows

100

Quality

100

Trust

72

Fit

rag-knowledgeJun 11, 2026 pushApache-2.0
$ npx skills add neuml/txtai
11K stars

Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.

100

Quality

100

Trust

71

Fit

rag-knowledgeJun 14, 2026 pushApache-2.0
$ npx skills add lancedb/lancedb

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.