一键导入
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 职业分类
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
| 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.