From obsidian-rag
Use when the user wants to index their vault for semantic search, rebuild the RAG index, or says "index", "reindex", or "rebuild index".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-rag:indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger vault indexing for semantic search (RAG).
Trigger vault indexing for semantic search (RAG).
Call obsidian_rag_index with no special arguments. This runs an incremental index — only changed files are re-embedded.
If the user says "force" or "rebuild from scratch":
obsidian_rag_index with force_reindex: trueIf the user specifies a file:
obsidian_rag_index with file_path set to the relative pathReport the result: how many chunks were indexed, whether it was incremental or full.
npx claudepluginhub thoreinstein/claude-plugins --plugin obsidian-ragSearches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.
Scans, creates, and organizes notes in an Obsidian vault with wikilinks and index notes. Activates when the user needs to search, create, or manage notes.
Automatically validates frontmatter, normalizes tags, enforces wiki-links to MOCs, and regenerates _INDEX.md after any write in an Obsidian vault.