High-performance local File RAG suite (Basic Edition).
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill local-file-rag-suite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Local File Rag Suite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-local-file-rag-suite)More formats (shields.io, HTML) on the badges page.
---
name: local-file-rag-suite
description: "High-performance local File RAG suite (Basic Edition)."
category: "AI & Agents"
author: community
version: "1.0.0"
icon: bot
---
# Skill: Local File RAG Search (Basic Edition)
## Description
This is the **Basic Edition** of the high-performance local RAG suite, providing efficient code and document retrieval within constraints.
- **Constraints**:
- Only indexes files **under 20MB**.
- Uses single-threaded (sequential) indexing for lower resource usage.
- **Support**: JS/TS, Python, C++, Go, Markdown, PDF, DOCX, XLSX, etc.
## Tools
### local_file_rag_search
Efficiently searches the local workspace.
**Parameters:**
- `query` (string, required): Search terms or function names.
- `targetFile` (string, optional): Specific file path to restrict the search.
- `rootDir` (string, optional): Root directory to scan.
**Output Protocol:**
Returns a structured result with Skeletons, Metadata, and Clustered Code Snippets.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!