ldb-index
Index a file or directory into LogosDB for semantic search across Vibe sessions.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Index a file or directory into LogosDB for semantic search across Vibe sessions.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Semantic memory management for Codex, backed by a local LogosDB MCP server. Handles explicit memory commands (/memory-recall, /memory-remember, /memory-index, /memory-status) and drives automatic silent indexing, searching, and turn-record storage. Invoke with: /memory-recall <query> | /memory-remember <text> | /memory-index | /memory-status
Delete an entry from LogosDB by row ID or by semantic query match.
Semantic search over an indexed LogosDB namespace.
Semantic memory for Mistral Vibe — index code/docs, search across sessions, forget outdated knowledge using LogosDB + Mistral embeddings.
| name | ldb-index |
| description | Index a file or directory into LogosDB for semantic search across Vibe sessions. |
| user-invocable | true |
| allowed-tools | ["bash"] |
Index files into LogosDB using the logosdb-vibe CLI.
Parse the user's arguments:
--namespace=<name> or -n <name> sets the collection (default: code)Run exactly:
logosdb-vibe index <path> --namespace <namespace>
Then respond in this exact format (no extra prose): Indexed {files} files into '{namespace}' collection