raglite

Index local PDF, Markdown, and plain text documents into structured Markdown for semantic search.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill raglite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raglite
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/raglite
Command: npx skills add https://github.com/malue-ai/dazee-small --skill raglite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires raglite, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for fast, local knowledge retrieval from documents without relying on external services or complex vector databases.

Core Features & Use Cases

  • Local RAG Cache: Distills documents into structured Markdown and builds a local index for rapid retrieval.
  • Document Indexing: Supports indexing of PDF, Markdown, and plain text files.
  • RAG Question Answering: Enables answering questions based on indexed private documents.
  • Use Case: A user wants to create a searchable knowledge base from a collection of company reports and technical manuals stored locally.

Quick Start

Use the raglite skill to index the document located at '/path/to/my/report.pdf'.

Frequently Asked Questions about raglite

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

FAQPage Schema
How do I create a local RAG cache for PDF and Markdown documents?

To create a local RAG cache, you index PDF, Markdown, and plain text files to distill their content into structured Markdown. This builds a local retrieval index for rapid semantic search and question answering without external databases.

Can I do knowledge retrieval on private documents without an external vector database?

Yes, you can perform knowledge retrieval on private documents without an external vector database by using a local RAG approach. It distills files into structured Markdown and builds a local index for rapid retrieval.

What is the best way to index company reports for local question answering?

The best way to index company reports for local question answering is to use a RAG approach that supports PDF and Markdown files. It distills the content into structured Markdown to enable efficient semantic search.

Does local RAG support plain text and Markdown file formats?

Yes, local RAG supports plain text and Markdown file formats, along with PDF files. It indexes these formats and distills their content into structured Markdown for efficient retrieval and question answering.

Why use a local document index instead of a cloud-based retrieval service?

You use a local document index instead of a cloud service to keep knowledge retrieval fast and private without relying on external services. It builds a local RAG cache from your files for secure, offline question answering.