#01
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/
100
Quality
100
Trust
75
Fit
$ npx skills add qdrant/qdrantKnowledge skills
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
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
Task routes
Build RAG
Ingest docs, chunk content, retrieve relevant passages, and cite sources in agent answers.
Crawl docs
Turn documentation pages into clean markdown or records that an agent can search and reuse.
PDF to markdown
Extract readable text, tables, and metadata from PDFs for agent workflows.
Ranked shortlist
#01
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
$ npx skills add qdrant/qdrantThis repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. Each technique has a detailed notebook tutorial.
100
Quality
100
Trust
74
Fit
$ npx skills add NirDiamant/RAG_Techniques#03
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
$ npx skills add weaviate/weaviate#04
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
$ npx skills add Tencent/WeKnora#05
đŸ’¡ All-in-one AI framework for semantic search, LLM orchestration and language model workflows
100
Quality
100
Trust
72
Fit
$ npx skills add neuml/txtai#06
Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.
100
Quality
100
Trust
71
Fit
$ npx skills add lancedb/lancedbEvaluation
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
Check source preservation, retrieval quality, chunking strategy, supported data stores, and whether the workflow can cite evidence.
Yes. Document parsing prepares clean text or tables; RAG skills usually add indexing, retrieval, and source-grounded answer workflows.