Manages dual-layer memory for Claude: file-based Markdown for structured long-term facts and vector memory for semantic retrieval. Guides when to write/not write facts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sunflowermm-xrk-agt-2:agent-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| 层 | 位置 | 用途 |
| 层 | 位置 | 用途 |
|---|---|---|
| 文件记忆 | memory/YYYY-MM-DD.md、memory/MEMORY.md | 用户偏好、固定联系人、长期约束(推荐) |
| 向量记忆 | memory 工作流 MCP | 语义检索历史片段(需启用 memory 工作流) |
默认办公 Agent 不自动启用 memory 工作流;跨会话事实优先写入 MEMORY.md。
memory/YYYY-MM-DD.mdMEMORY.md(用 tools.write 追加)启用 memory 工作流后可用:
| 工具 | 用途 |
|---|---|
| save_memory | 存入可检索片段 |
| query_memory | 语义查询 |
| list_memories | 列举条目 |
| delete_memory | 删除(需确认) |
与 MEMORY.md 冲突时:以用户最新明示为准;向量库适合大量历史,Markdown 适合可读长期偏好。
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin sunflowermm-xrk-agt-23-tier markdown memory protocol (shared/agent/conversation) for cross-session knowledge accumulation. Automatically injects relevant memory into agent context at task start.
Manages workspaces and memories in the Recuerd0 platform via the recuerd0 CLI. Proactively captures architectural decisions, debugging resolutions, user preferences, and non-obvious discoveries.
Provides persistent, searchable knowledge management for AI agents with memory tools (search, write, read, stats) that syncs with project documentation.