From semantic-search
Indexes a folder of documents for semantic search: scans supported files, extracts text, stores embeddings in local vector database. Reports files indexed, skipped, and errors.
How this command is triggered — by the user, by Claude, or both
Slash command
/semantic-search:index <folder path>The summary Claude sees in its command listing — used to decide when to auto-load this command
Index the specified folder for semantic search. This scans all supported document files, extracts text, and stores embeddings in a local vector database. Call the `index_folder` tool with the provided folder path. Report the results including how many files were indexed, skipped, and any errors encountered.
Index the specified folder for semantic search. This scans all supported document files, extracts text, and stores embeddings in a local vector database.
Call the index_folder tool with the provided folder path. Report the results including
how many files were indexed, skipped, and any errors encountered.
npx claudepluginhub zhubit/cowork-semantic-search/agent-brain-indexIndexes documents and optionally code from a path for semantic and keyword search, creating vector embeddings and BM25 index. Supports incremental updates.
/index-docsIndexes documents from directories, URLs, databases, or APIs into vector stores like Pinecone, Weaviate, Chroma, or pgvector using semantic chunking, embeddings, and metadata for RAG.
/pdf-researchIndexes PDFs using LightRAG for semantic search in hybrid/local/global/naive modes, checks index status, and configures directories.
/historianIndexes all files in a directory into a structured concept map with source references, written to input-history.md.
/indexGenerates project documentation, knowledge base, API docs, structure analysis, or README for a target path. Supports --type (docs|api|structure|readme) and --format (md|json|yaml).
/indexIndexes codebase into Supermemory for persistent context: detects tech ecosystem, scans manifests/configs/entry points/architecture.