بنقرة واحدة
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 المهني
| 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.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