From agent-knowledge
Re-indexes knowledge stores to refresh embeddings after repo updates, file changes, or model changes. Starts background indexing job and provides job ID for status checks.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Re-index a knowledge store: **$ARGUMENTS**
Indexes a local folder into a file-based knowledge store with background indexing and job ID for status tracking. Usage: [path] [--name store-name]
Designs, builds, and maintains knowledge bases bridging RAG (document-based) and graph (entity-based) systems for knowledge-intensive AI apps and organizational knowledge.
Searches documents, codebases, and knowledge bases using BM25 keyword, semantic vector, hybrid, graph, and multi retrieval modes for dependencies, relationships, and references.
Share bugs, ideas, or general feedback.
Re-index a knowledge store: $ARGUMENTS
Parse the store name or ID from $ARGUMENTS (required)
Use mcp__agent-knowledge__execute tool with command "store:index":
Display results showing job ID for background indexing:
โ Indexing store: react...
๐ Indexing started in background
Job ID: job_def456ghi789
Check status with: /agent-knowledge:check-status job_def456ghi789
Or view all jobs: /agent-knowledge:check-status
Re-index a store when:
If indexing fails:
โ Failed to index store: [error message]
Common issues:
- Store name or ID not found - use /agent-knowledge:stores to list available stores
- Source directory no longer exists (for file stores)
- Network issues pulling latest changes (for repo stores)