ワンクリックで
memory-manager
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | memory_manager |
| description | Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system. |
Provide a reliable, repeatable procedure for an agent to inspect and update its Hierarchical Memory System:
<long_term_memory>...</long_term_memory>.<long_term_memory> as permanent instructions and facts. You MUST prioritize and adhere to it over ephemeral conversation text.Use this when you need to answer questions like:
Procedure
Read the injected anchor at the very top of the skill payload returned by read_skill. Extract the absolute path from:
[Skill Directory: <absolute_path>]INJECTED_SKILL_DIR (the directory that contains this skill’s SKILL.md).Invoke the python tool with:
scriptPath: INJECTED_SKILL_DIR + /scripts/inspect.pyargs: one argument, the target cwd (string)Interpret the output:
cwdmessageCountcompressedMemoryPresent (CM)shortTermMessageCount (STM)CRITICAL RULE: To UPDATE or REMEMBER new long-term information, you MUST edit the LTM markdown files directly using file_edit or file_write.
~/.aclix/ACLI.md
./ACLI.md
Tooling requirements
file_edit with an exact oldString match.file_write.echo >, cat >, etc.).