ワンクリックで
search
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.