بنقرة واحدة
remember
Explicitly save an insight, decision, or learning to mempalace long-term storage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explicitly save an insight, decision, or learning to mempalace long-term storage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | remember |
| description | Explicitly save an insight, decision, or learning to mempalace long-term storage |
| argument-hint | [what to remember] |
| user-invocable | true |
The user wants to save this to long-term memory: $ARGUMENTS
Call memory_save with content, concepts, and files.
Preserve knowledge across sessions so it can be retrieved later via recall.
concepts (lowercased keyword phrases, specific over generic).files (absolute or repo-relative paths).memory_save with content, concepts, files.WRONG -- generic concepts that won't match future searches:
{"concepts": ["auth", "code", "bug"]}
RIGHT -- specific, searchable concepts:
{"concepts": ["jwt-refresh-rotation", "token-expiry-handler"]}
WRONG -- editing the user's phrasing in content:
// Paraphrasing changes the meaning. Preserve the user's exact words.
RIGHT -- preserving original phrasing:
{"content": "We decided to use XDG_CONFIG_HOME as the primary config directory..."}
If memory_save is not available:
/plugin list in Claude Code, confirm mempalace is enabled..mcp.json is only read on startup)./mcp to see if the mempalace MCP server is connected.See
_shared/TROUBLESHOOTING.mdandEXAMPLES.mdfor more.
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)
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Show mempalace palace status (drawers, wings, rooms, health)
Trace a file, function, or line back to the agent session that produced its current commit