ai-rag-chat

Stream RAG chat answers with source citations from vector search.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill ai-rag-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-rag-chat
Source: https://github.com/mattwoodco/skills/tree/main/skills/ai-rag-chat
Command: npx skills add https://github.com/mattwoodco/skills --skill ai-rag-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables users to have natural language conversations with their documents, retrieving specific information and summaries without needing to manually read through them.

Core Features & Use Cases

  • RAG-powered Q&A: Ask questions about uploaded documents and receive answers grounded in their content.
  • Source Citation: Responses include citations to the specific documents and page numbers used to generate the answer.
  • Conversation Persistence: Chat history is saved, allowing users to revisit and continue previous conversations.
  • Use Case: A researcher can ask complex questions about a large corpus of research papers and get concise answers with direct links to the supporting evidence.

Quick Start

Use the ai-rag-chat skill to ask "What are the main conclusions of the provided documents?".

Frequently Asked Questions about ai-rag-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does retrieval-augmented generation work for document Q&A?

Retrieval-augmented generation works by using vector search to retrieve relevant document chunks and then streaming answers with source citations. This grounds the chat response in your specific uploaded content.

Can I get source citations when chatting with my documents?

Yes, you can get source citations when chatting with your documents. Responses include direct citations to the specific documents and page numbers used to generate the answer.

How do I set up a RAG chat interface for my uploaded files?

To set up a RAG chat interface, you must integrate it with existing AI chat, AI RAG vector search, and authentication services. This extends your current AI chat functionalities to support document-based conversations.

Does the RAG chat save my conversation history?

Yes, the RAG chat saves your conversation history. Conversation persistence allows you to revisit and continue previous conversations with your documents at any time.

What prerequisites do I need to use a vector search chat for documents?

You need existing AI chat, AI RAG vector search, and authentication services to use a vector search chat. These integrations are required to retrieve document chunks and stream grounded answers.