# Index

> Use when the user wants to index their vault for semantic search, rebuild the RAG index, or says "index", "reindex", or "rebuild index".

- Skill: `thoreinstein/index` (Agent Skill)
- Install (CLI): `npx skillmds@latest add thoreinstein/index`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thoreinstein/index/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: thoreinstein (https://skillmd.com/u/thoreinstein)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thoreinstein/index

---


# Index Vault

Trigger vault indexing for semantic search (RAG).

## Default Action

Call `obsidian_rag_index` with no special arguments. This runs an incremental index — only changed files are re-embedded.

## Force Reindex

If the user says "force" or "rebuild from scratch":
- Call `obsidian_rag_index` with `force_reindex: true`

## Single File

If the user specifies a file:
- Call `obsidian_rag_index` with `file_path` set to the relative path

## After Indexing

Report the result: how many chunks were indexed, whether it was incremental or full.

