ldb-search
Semantic search over an indexed LogosDB namespace.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Semantic search over an indexed LogosDB namespace.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.
Index a file or directory into LogosDB for semantic search across Vibe sessions.
Semantic memory for Mistral Vibe — index code/docs, search across sessions, forget outdated knowledge using LogosDB + Mistral embeddings.
| name | ldb-search |
| description | Semantic search over an indexed LogosDB namespace. |
| user-invocable | true |
| allowed-tools | ["bash"] |
Search LogosDB using the logosdb-vibe CLI.
Parse the user's arguments:
--namespace=<name> or -n <name> sets the collection (default: code)--top-k=<n> or -k <n> sets result count (default: 5)Run exactly:
logosdb-vibe search "<query>" --namespace <namespace> --top-k <top_k>
The CLI returns JSON. Parse it and present results in this format: Searching... Found {N} matches:
Extract the file path from the file field in each result.
If the list is empty, respond: No matches found in '{namespace}' namespace.