بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.