원클릭으로
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.).