con un clic
search
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Diagnose mempalace setup (config, palace path, MCP, FTS/index health)
List or inspect people/project entities tracked in the mempalace graph
Mine a project directory into the mempalace corpus (drawers, rooms, wings)
Show mempalace palace status (drawers, wings, rooms, health)
Trace a file, function, or line back to the agent session that produced its current commit
List recent git commits linked to agent sessions, optionally filtered by branch or repo
| name | search |
| description | Hybrid search over the mempalace corpus (BM25 + vectors + optional graph) |
| argument-hint | [query] [--wing name] [--limit N] |
| user-invocable | true |
The user wants to search mempalace for: $ARGUMENTS
Call mempalace_search (or memory_smart_search) with the query and a small limit.
Find drawers/observations that match a topic without re-mining or re-reading the tree.
$ARGUMENTS.limit 5–15 (default 10).WRONG -- dumping the entire result payload:
// printing raw JSON blobs of every drawer field
RIGHT -- ranked shortlist with snippets and paths.
WRONG -- inventing hits when the tool returns empty.
RIGHT -- say no results and propose 2–3 alternate queries.
mpr search "<query>" --limit 10.POST $MEMPALACE_URL/search with bearer token if configured.