원클릭으로
long-term-memory
Manages cross-session tiered memory (L1/L2/L3) and compaction logic to maintain performance over long durations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manages cross-session tiered memory (L1/L2/L3) and compaction logic to maintain performance over long durations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end management of AI agent skills, context optimization (MCE), and lifecycle monitoring (Discovery to Refinement to Consolidation).
Orchestrate AI agent infrastructure using Modal.com as the execution layer, managing persistent state, and integrating with Cline/OpenCode/Hermes.
Implements Anthropic's "Dreaming" pattern—asynchronous reflection and memory consolidation to build long-term playbooks and self-improve.
Background maintenance agent that prunes, consolidates, and refines agent-created skills to prevent bloat and reduce token waste.
| name | long-term-memory |
| description | Manages cross-session tiered memory (L1/L2/L3) and compaction logic to maintain performance over long durations. |
This skill manages the transition of data through different "memory tiers" and uses background compaction (Cron logic) to ensure the agent remains efficient over hundreds of sessions.
| Tier | Name | Storage | Strategy |
|---|---|---|---|
| L1 | Hot Context | Active Context Window | Verbatim (Full history of last 10-20 turns) |
| L2 | Warm Memory | MEMORY.md / Summaries | Condensed (Key facts, project status, active tasks) |
| L3 | Cold Storage | Archived Files / Vector DB | Indexed (Searchable records, historical logs) |
MEMORY.mdAGENTS.md เป็นตัวเชื่อม และโหลดเฉพาะบริบทที่จำเป็น (Scoped Context) ตาม Directory ที่ทำงานอยู่compaction run: สั่งให้ระบบบีบอัดหน่วยความจำทันทีmemory migrate: ย้ายข้อมูลจาก L1/L2 ไปยัง L3 เพื่อเตรียมเริ่ม Session ใหม่ที่สะอาด (Fresh Start)