一键导入
load-deferred
Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | load-deferred |
| description | Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context. |
Loads memories that were deferred during session start due to the 25KB hook output limit.
Call this skill automatically after responding to:
This enables lazy loading of additional context without exceeding hook output limits.
Use the MCP tool (works in all projects):
mcp__anima__memory(action="refresh")
Or via CLI (Anima project only):
uv run anima load-deferred
Note: Subconscious memories are now indexed automatically at session end.
Use /recall --subconscious to search past dialogues.
/load-deferredReturns formatted memory block in DSL format:
[LTM:Anima@ProjectName]
~KIND:IMPACT| Memory content here...
[/LTM]
Or if no deferred memories:
# No deferred memories to load
Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround).
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for MCP tools and slash commands.
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for remember, recall, forget, memories, and other LTM commands.
Automatically remember and recall important events without user prompting