roomi-fields/rtfm

The open retrieval layer for AI coding agents. Indexes code, docs, legal, research, data — 22 parsers (incl. EPUB, DOCX, ODT), FTS5 + semantic search, knowledge graph. Serves surgical context via MCP. Open source, local, free.

24Stars on the repository
13Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

expand

01

roomi-fields/rtfm

Skill Claude CodeCodex

Read the full content of a specific file or section previously returned by rtfmsearch. Use when the user wants to see the actual content of a search result, not just metadata.

24 2d ago A 37 tokens original MIT

install-embeddings

02

roomi-fields/rtfm

Skill Claude CodeCodex

Install the embeddings extra (fastembed, 85 MB ONNX model) into an isolated venv. Required for semantic and hybrid search modes. The model runs on CPU, no GPU needed.

24 2d ago A 39 tokens original MIT

install-pdf-full

03

roomi-fields/rtfm

Skill Claude CodeCodex

Install the full PDF parser (pdftext + marker-pdf + CPU-only torch, 1.5 GB) into an isolated venv. Needed for complex layouts — tables, figures, scanned documents. Skip this if /rtfm:install-pdf (50 MB, text only) is enough.

24 2d ago A 61 tokens original MIT

install-pdf

04

roomi-fields/rtfm

Skill Claude CodeCodex

Install the light PDF parser (pdftext, 50 MB) into an isolated venv. Covers most PDFs with fast, accurate text extraction. For complex layouts (tables, figures, scanned docs), use /rtfm:install-pdf-full instead.

24 2d ago A 51 tokens original MIT

search

05

roomi-fields/rtfm

Skill Claude CodeCodex

Search the RTFM-indexed corpus of the current project (code, docs, data). Use for any exploratory search — finding relevant files, modules, symbols, or content. Faster and more precise than Glob/Grep/find for broad queries.

24 2d ago A 49 tokens original MIT