reference-indexer

Indexes external reference documents into a searchable corpus for RAG workflows.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/arbgjr/smart_alarm --skill reference-indexer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reference-indexer
Source: https://github.com/arbgjr/smart_alarm/tree/main/.claude/skills/reference-indexer
Command: npx skills add https://github.com/arbgjr/smart_alarm --skill reference-indexer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill indexes external reference documents to support retrieval-augmented generation. It enables fast and accurate access to relevant material during AI-assisted conversations.

Core Features & Use Cases

  • Index documents to build a searchable reference corpus for RAG.
  • Support common formats (PDF, Word, Markdown, and text) while preserving structured metadata.
  • Use cases include onboarding new team knowledge, legal/compliance reference lookups, and research document retrieval.

Quick Start

To start indexing a new reference, run the add command with the path to your document and let the index be updated automatically.

Frequently Asked Questions about reference-indexer

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

FAQPage Schema
How do I index PDF documents for retrieval-augmented generation?

You index PDF documents for retrieval-augmented generation by adding them to your reference corpus, which preserves structured metadata and outputs a searchable index for fast content retrieval.

What is reference indexing for a RAG-ready document corpus?

Reference indexing for a RAG-ready document corpus is the process of extracting text and metadata from external files to support fast, accurate access to relevant material during AI-assisted conversations.

Can I use Markdown and Word files when building a searchable reference index?

Yes, you can use Markdown and Word files when building a searchable reference index, as the system supports common formats including PDF, Word, Markdown, and text.

How do I add and remove external references to support AI-assisted search?

You add and remove external references to support AI-assisted search by running the add command with your document path to update the index automatically, or using the remove command.

Does reference indexing work for legal compliance and onboarding knowledge lookups?

Yes, reference indexing works for legal compliance lookups and onboarding new team knowledge by enabling fast and accurate access to relevant material during AI-assisted conversations.