원클릭으로
auto-memory
Automatically remember and recall important events without user prompting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automatically remember and recall important events without user prompting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround).
Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context.
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.
SOC 직업 분류 기준
| name | auto-memory |
| description | Automatically remember and recall important events without user prompting |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"agents","workflow":"continuous"} |
Automatically capture and retrieve memories for significant project events and interactions:
Proactively use uv run anima remember <parameters> "text" when:
Feature completion
Git milestones
User interactions
System events
Memory format: --impact <IMPACT> --kind <KIND> --region <REGION> --project <PROJECT if region is PROJECT> "<concise description>"
Memory kinds:
EMOTIONAL: User preferences, personal context, emotional states, relationshipsARCHITECTURAL: Project structure, design patterns, technical decisions, codebase insightsLEARNINGS: Problem solutions, debugging insights, new discoveries, best practicesACHIEVEMENTS: Completed features, milestones, successful deployments, major fixesMemory regions:
AGENT: Agent-specific memories, personal context, agent's own learnings (default)PROJECT: Project-specific memories, architectural details, team decisions (requires --project <PATH>)Proactively use uv run anima recall <parameters> when:
Timing context
Use this skill continuously throughout development. No explicit activation needed - this describes automatic behavior for memory management.