From agent-knowledge
Indexes a local folder into a file-based knowledge store with background indexing and job ID for status tracking. Usage: [path] [--name store-name]
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Index a local folder of reference material: **$ARGUMENTS**
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.
Searches indexed local document folders using natural language queries on Markdown/text files. Activates for file content questions, 'find document about...', or indexing requests.
Indexes local directories for BM25, vector, or hybrid search on documents, files, notes, and knowledge bases. Delivers AI answers with citations and local web UI.
Share bugs, ideas, or general feedback.
Index a local folder of reference material: $ARGUMENTS
Parse arguments from $ARGUMENTS:
Use mcp__agent-knowledge__execute tool with command "store:create":
Display results showing job ID for background indexing:
โ Adding folder: /Users/me/my-docs...
โ Created store: my-docs (e5f6g7h8...)
Location: ~/.local/share/agent-knowledge/stores/e5f6g7h8.../
๐ Indexing started in background
Job ID: job_xyz789abc123
Check status with: /agent-knowledge:check-status job_xyz789abc123
Or view all jobs: /agent-knowledge:check-status
If creation fails (e.g., path doesn't exist, permission denied):
โ Failed to add folder: [error message]
Common issues:
- Check that the path exists
- Ensure you have read permissions for the folder
- Verify the path is a directory, not a file
- Use absolute paths to avoid ambiguity