ItMeDiaTechItMeDiaTechCommunityยท2 Agent Skills Included

rag-cli

Local document indexing, semantic search, and cited answers

Indexes local documents into a private vector database and answers questions with cited sources. Combines semantic and keyword search to find relevant project documentation in milliseconds without manual digging. Runs entirely on your machine, eliminating external API costs and keeping sensitive files private.
npx skills add ItMeDiaTech/rag-cli --all -g -y
Available:

Instructs the agent on the repository's architecture, configuration constants, and commands for indexing, retrieving, and testing the local document search system.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install RAG-CLI?โ–ผ

Run `npx skills add ItMeDiaTech/rag-cli --all -g -y` in your terminal to install all skills in this repository globally.

How to search my documents with AI?โ–ผ

Index your files once, then ask questions in plain English. RAG-CLI retrieves the most relevant passages and generates an answer with source citations.

Does RAG-CLI send my documents to the cloud?โ–ผ

No. Document processing, embeddings, and vector storage all run locally on your machine, so your files stay private.

What file formats does RAG-CLI support?โ–ผ

It processes Markdown, PDF, DOCX, HTML, and plain text files, automatically chunking and indexing them for fast retrieval.

Does RAG-CLI work with Claude Code?โ–ผ

Yes. It is built as a Claude Code plugin with slash commands, hooks, and an MCP server, and its skills follow the standard SKILL.md format.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’